lua pl库 file.copy异常记录
在Linux下 用lua调用 file.copy 失败记录,调用 关系 file.copy => dir.copyfile=》dir.file_op=》execute_command。
在里面 execute_command 函数 有个 创建 临时文件 的功能,临时文件用来临时保存执行命令后的信息,如果由于系统原因创建临时文件失败,那么执行复制文件 就出错了。
在Linux下 用lua调用 file.copy 失败记录,调用 关系 file.copy => dir.copyfile=》dir.file_op=》execute_command。
在里面 execute_command 函数 有个 创建 临时文件 的功能,临时文件用来临时保存执行命令后的信息,如果由于系统原因创建临时文件失败,那么执行复制文件 就出错了。