跳到主要内容

move_file

移动文件

声明

bool move_file(string src_file, string to_file)

参数

参数名描述
src_file源文件
to_file目标文件

返回值

true 移动成功; false 移动失败

使用方式

返回文档