请问
wx.getfilesystemmanager is not a function
日志显示不是一个函数
有人指点下么
const fs = wx.getFileSystemManager() fs.stat({ path: `${wx.env.USER_DATA_PATH}/testDir`, success: res => { console.log(res.stats.isDirectory()) } })