Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Unix > API/Runtime/Core/Unix/FUnixPlatformFile
- IPlatformFile::DeleteFile()
- FUnixPlatformFile::DeleteFile()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformFile.h |
Include | #include "Unix/UnixPlatformFile.h" |
Source | /Engine/Source/Runtime/Core/Private/Unix/UnixPlatformFile.cpp |
virtual bool DeleteFile
(
const TCHAR * Filename
)
Remarks
Delete a file and return true if the file exists. Will not delete read only files.