微信小游戲開發(fā)文檔-小游戲文件API FileSystemManager.mkdir(Object object) 創(chuàng)建目錄

2018-01-23 11:36 更新

FileSystemManager.mkdir(Object object)

創(chuàng)建目錄

參數(shù)

Object object
屬性 類型 默認(rèn)值 是否必填 說(shuō)明 支持版本
dirPath string 創(chuàng)建的目錄路徑
success function 接口調(diào)用成功的回調(diào)函數(shù)
fail function 接口調(diào)用失敗的回調(diào)函數(shù)
complete function 接口調(diào)用結(jié)束的回調(diào)函數(shù)(調(diào)用成功、失敗都會(huì)執(zhí)行)

fail 回調(diào)函數(shù)

參數(shù)
Object res
屬性 類型 說(shuō)明 支持版本
errMsg string 錯(cuò)誤信息

res.errMsg 的合法值

說(shuō)明
fail no such file or directory ${dirPath} 上級(jí)目錄不存在
fail permission denied, open ${dirPath} 指定的 filePath 路徑?jīng)]有寫權(quán)限
fail file already exists ${dirPath} 有同名文件或目錄
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)