html52.com
我爱小程序-开发者交流社区

FileSystemManager.rename()bug

问题模块 框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
API和组件 小程序 Bug FileSystemManager.rename 工具 6 2.3.2

-执行到这  任何提示也没有。。。。 代码如下:

//下载文件

        downfile: function () {

                const manage = wx.getFileSystemManager();

                wx.downloadFile({

                        url: "http://www.zzs5.com/uploadfile/2017/0320/20170320122300245.rar",

                        success: function (res) {

                                console.log(res);

                                var savePath = "${ wx.env.USER_DATA_PATH }/save/";

                                manage.rename({

                                        oldPath: res.tempFilePath,

                                        newPath: savePath,

                                        success: function (res) {

                                                console.log(res.tempFilePath);

                                        }

                                });

                        }

                });

        },

console最后的提示是 console.log(res);的信息。 就啥都没了。temp 文件夹下有下载的文件, log记录这是最后一条 2019-3-19 11:5:46 [log] wx.downloadFile success callback with msg downloadFile:ok 这是咋回事??

网友回复

nickname:

你好,麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

问道生:

使用 FileSystemManager.saveFile()这个的时候   提示没有权限打开文件夹。。。 why?why?why?why?why?why?

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

真正的个人免签约支付接口

云免签H5支付