IPlatformFile::GetStatData

Return the stat data for the given file or directory.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h

Include

#include "GenericPlatform/GenericPlatformFile.h"

Syntax

FFileStatData GetStatData
(
    const TCHAR * FilenameOrDirectory
)

Remarks

Return the stat data for the given file or directory. Check the FFileStatData::bIsValid member before using the returned data