Copy
Copies a file.
bool Copy(
const string src_name,
int src_flag,
const string dst_name,
int dst_flags
) |
Parameters
src_name
[in] File name of the file to copy.
src_flag
[in] Flags of the file to copy (only FILE_COMMON is used).
dst_name
[in] File name of the destination file.
dst_flags
[in] Flags of the destination file (only FILE_REWRITE and FILE_COMMON are used).
Returned value