1
2
3
copyfile('source','destination');%复制文件
delete('fileName');%删除文件
movefile('source','destination');%移动文件