|
TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
| bool FileMove | ( | string | src_file_name, |
| int | common_flag, | ||
| string | dst_file_name, | ||
| int | mode_flags | ||
| ) |
Moves/renames a file to another folder
| src_file_name | File name to move/rename |
| 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. |