Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FPlatformFileOpenLog
- IPlatformFile::CopyFile()
- FPlatformFileOpenLog::CopyFile()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileOpenLogWrapper.h |
Include | #include "HAL/IPlatformFileOpenLogWrapper.h" |
virtual bool CopyFile
&40;
const TCHAR &42; To,
const TCHAR &42; From,
EPlatformFileRead ReadFlags,
EPlatformFileWrite WriteFlags
&41;
Remarks
Copy a file. This will fail if the destination file already exists. true if the file was copied sucessfully.
Parameters
Name | Description |
---|---|
To | File to copy to. |
From | File to copy from. |
ReadFlags | Source file read options. |
WriteFlags | Destination file write options. |