技术文档MQL5参考标准程序库文件CFileMoveMoveMove更名/移动文件。bool Move( const string src_name, // 源文件名 int src_flag, // 标志 const string dst_name, // 目标文件名 int dst_flags // 标志 )参数 src_name[输入] 移动的文件名称。src_flag[输入] 要拷贝的文件标志 (仅使用 FILE_COMMON)。dst_name[输入] 目的文件名。dst_flags[输入] 目的文件标志 (仅使用 FILE_REWRITE 和 FILE_COMMON)。返回值 true 如果成功, false 如果未移动。CopySize