FileSystemManager.copyFileSync
FileSystemManager.copyFile 的同步版本
参数
string srcPath
源文件路径,只可以是普通文件
string destPath
目标文件路径
错误
错误码 | 错误信息 | 说明 | 版本 |
---|---|---|---|
fail permission denied copyFile ${srcPath} -> ${destPath} | 指定目标文件路径没有写权限 | ||
fail no such file or directory copyFile ${srcPath} -> ${destPath} | 源文件不存在,或目标文件路径的上层目录不存在 |
Bug & Tip
- iOS 支持文件覆盖已存在的路径,Android 会报错