Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FFileManagerGeneric
- IFileManager::GetFilenameOnDisk()
- FFileManagerGeneric::GetFilenameOnDisk()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/FileManagerGeneric.h |
| Include | #include "HAL/FileManagerGeneric.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/FileManagerGeneric.cpp |
virtual FString GetFilenameOnDisk
&40;
const TCHAR &42; Filename
&41;
Remarks
For case insensitive filesystems, returns the full path of the file with the same case as in the filesystem. Filename with the same case as in the filesystem.
Parameters
| Name | Description |
|---|---|
| Filename | Filename to query |