Navigation
Unreal Engine C++ API Reference > Runtime > Core > GenericPlatform > IPlatformFile
- IPlatformFile::MoveFile()
- FCachedReadPlatformFile::MoveFile()
- FLoggedPlatformFile::MoveFile()
- FPlatformFileOpenLog::MoveFile()
- FUnixPlatformFile::MoveFile()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
Include | #include "GenericPlatform/GenericPlatformFile.h" |
bool MoveFile
(
const TCHAR * To,
const TCHAR * From
)
Remarks
Attempt to move a file. Return true if successful. Will not overwrite existing files.