Navigation
API > API/Runtime > API/Runtime/SandboxFile > API/Runtime/SandboxFile/FSandboxPlatformFile
- IPlatformFile::MoveFile()
- FSandboxPlatformFile::MoveFile()
References
| Module | SandboxFile |
| Header | /Engine/Source/Runtime/SandboxFile/Public/IPlatformFileSandboxWrapper.h |
| Include | #include "IPlatformFileSandboxWrapper.h" |
| Source | /Engine/Source/Runtime/SandboxFile/Private/IPlatformFileSandboxWrapper.cpp |
virtual bool MoveFile
(
const TCHAR * To,
const TCHAR * From
)
Remarks
Attempt to move a file. Return true if successful. Will not overwrite existing files.