微信小游戏开发文档-小游戏文件API string FileSystemManager.mkdirSync(string dirPath)
2018-01-23 11:39 更新
string FileSystemManager.mkdirSync(string dirPath)
FileSystemManager.mkdir 的同步版本
参数
string dirPath
创建的目录路径
返回值
string errMsg
错误信息
errMsg 的合法值
值 | 说明 |
---|---|
fail no such file or directory ${dirPath} | 上级目录不存在 |
fail permission denied, open ${dirPath} | 指定的 filePath 路径没有写权限 |
fail file already exists ${dirPath} | 有同名文件或目录 |
以上内容是否对您有帮助:
更多建议: