copyFile可以把文件复制问题求助?
FileSystemManager.copyFile
可以把文件复制到手机储存卡的任意位置吗?如果可以,这个路径怎么写啊
fs.copyFile({
srcPath: `${wx.env.USER_DATA_PATH}/123/hello.txt`,
destPath:"{{wxfile}}://hello.txt",
success: (res) => {
console.log(res)
},
fail: (r) => {
console.log(r)
}
})