|
Copy
Copies a file.
bool Copy(
|
Parameters
src_name
[in] Name of a source file.
src_flag
[in] Flags of a source file (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).
Return Value
true - successful, false - cannot copy the file.