微信小游戏开发文档-小游戏文件API FileSystemManager.copyFile(Object object) 复制文件
2018-01-23 11:16 更新
FileSystemManager.copyFile(Object object)
复制文件
参数
Object object
属性 | 类型 | 默认值 | 是否必填 | 说明 | 支持版本 |
---|---|---|---|---|---|
srcPath | string | 是 | 源文件路径,只可以是普通文件 | ||
destPath | string | 是 | 目标文件路径 | ||
success | function | 否 | 接口调用成功的回调函数 | ||
fail | function | 否 | 接口调用失败的回调函数 | ||
complete | function | 否 | 接口调用结束的回调函数(调用成功、失败都会执行) |
fail 回调函数
参数
Object res
属性 | 类型 | 说明 | 支持版本 |
---|---|---|---|
errMsg | string | 错误信息 |
res.errMsg 的合法值
值 | 说明 |
---|---|
fail permission denied, copyFile ${srcPath} -> ${destPath} | 指定目标文件路径没有写权限 |
fail no such file or directory, copyFile ${srcPath} -> ${destPath} | 源文件不存在,或目标文件路径的上层目录不存在 |
以上内容是否对您有帮助:
更多建议: