微信小游戏开发文档-小游戏文件API string FileSystemManager.unlinkSync(string filePath)
2018-01-23 17:26 更新
string FileSystemManager.unlinkSync(string filePath)
FileSystemManager.unlink 的同步版本
参数
string filePath
要删除的文件路径
返回值
string errMsg
错误信息
errMsg 的合法值
值 | 说明 |
---|---|
fail permission denied, open ${path} | 指定的 path 路径没有读权限 |
fail no such file or directory ${path} | 文件不存在 |
fail operation not permitted, unlink ${filePath} | 传入的 filePath 是一个目录 |
以上内容是否对您有帮助:
更多建议: