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

Parameters
src_file_nameFile name to move/rename
common_flagReserved
dst_file_nameDestination file name
mode_flagsAccess 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.
Returns
In case of failure the function returns false