FileSystemManager.rmdir接口无效
- 当前 Bug 的表现(可附上截图)
file: wx.getFileSystemManager(),
this.file.rmdir({
dirPath: this.path+"/database",
recursive: true,
success: function(res){
console.log(res)
},
fail: function(res){
console.log(res)
}
})
即使设置recursive: true
结果还是报错"rmdir:fail directory not empty"
是api bug吧,能不能解决一下,不然这一组api都废了,不方便