阅读(2279) (1)

微信小游戏开发文档-小游戏文件API string FileSystemManager.mkdirSync(string dirPath)

2017-12-29 14:38: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} 有同名文件或目录