wx.getSavedFileList({
success:function(res){
if(res.fileList.length==0){
let fs = wx.getFileSystemManager();
fs.writeFileSync(`${wx.env.USER_DATA_PATH}/hello.txt`, 'hello, world', 'utf8')
}
}
})
为什么没有创建文件
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | fs.writeFileSync | 工具 | 7.0.0 | 2.4.0 |
2 个回答
https://developers.weixin.qq.com/miniprogram/dev/framework/ability/file-system.html 文件是有几种类型的,getSavedFileList 操作的是本地缓存文件,writeFileSync 操作的是本地用户文件,两者间不存在关系。
你好, 我那个需求 https://developers.weixin.qq.com/community/develop/doc/000e6a889688e898a568c67f35d000 有issue id了吗? 希望能尽快解除限制,这个技术上应该很简单吧
内部有,挂了一年了的。需要客户端做更改的样子,应该不会太快。。
麻烦告诉下具体更新时间,我这边项目就等这个限制放开了,非常感谢!
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
https://developers.weixin.qq.com/s/K9JqlImC7m7M