合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
# .saveFileSync ### number FileSystemManager.saveFileSync(string tempFilePath, string filePath) FileSystemManager.saveFile 的同步版本 #### 参数 ##### string tempFilePath 临时存储文件路径 ##### string filePath 要存储的文件路径 #### 返回值 ##### number savedFilePath 存储后的文件路径 #### 错误 错误码错误信息说明fail tempFilePath file not exist指定的 tempFilePath 找不到文件fail permission denied, open "${filePath}"指定的 filePath 路径没有写权限fail no such file or directory "${dirPath}"上级目录不存在> 原文: <https://developers.weixin.qq.com/minigame/dev/api/file/FileSystemManager.saveFileSync.html>