Navigation
API > API/Runtime > API/Runtime/SandboxFile > API/Runtime/SandboxFile/FSandboxPlatformFile
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | DeleteDirectory
(
const TCHAR* Directory |
Delete a directory and return true if the directory was deleted or otherwise does not exist. |
![]() |
bool | DeleteDirectory
(
const TCHAR* Path, |
Deletes a directory This is partially copied from file manager but since IPlatformFile is lower level it's better to have local version which doesn't use the wrapped IPlatformFile. |