我正在构建Cordova android应用程序,并使用cordova-plugin-file
在本地系统上写入文件。我正在使用的代码如下:
window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, function (fs) {
console.log('file system open: ' + fs.name);
fs.root.getFile("newPersistentFile.txt", { create: true, exclusive: false }, function (fileEntry) {
console.log("fileEntry is file?" + fileEntry.isFile.toString());
writeFile(fileEntry, null);
}, onErrorCreateFile);
}, onErrorLoadFs);
文件newPersistentFile.txt
将在app
数据目录中创建。如何将文件写入系统根目录,例如/Downloads
,Notifications
等?
答案 0 :(得分:0)
您要查看cordova.file目录(请参见docs)。
因此下载:
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<img src="https://static.independent.co.uk/s3fs-public/thumbnails/image/2017/09/12/11/naturo-monkey-selfie.jpg?w968h681">