TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
bool FileCopy | ( | string | src_file_name, |
int | common_flag, | ||
string | dst_file_name, | ||
int | mode_flags | ||
) |
Copies the original file to another file
src_file_name | Source file name |
common_flag | Reserved |
dst_file_name | Destination file name |
mode_flags | Access flags. The parameter can contain only 1 flag: FILE_REWRITE - other flags are ignored. If the file already exists, and the FILE_REWRITE flag hasn't been specified, then the file will not be rewritten, and the function will return false. |