Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Unix > API/Runtime/Core/Unix/FUnixPlatformFile
- IPlatformFile::CopyFile()
- FUnixPlatformFile::CopyFile()
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 CopyFile
(
const TCHAR * To,
const TCHAR * From,
EPlatformFileRead ReadFlags,
EPlatformFileWrite WriteFlags
)
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. |