列出存储在Android设备上的下载文件夹中的文件

时间:2016-11-11 23:25:02

标签: android cordova cordova-plugins

如何检索存储在Android手机上的下载文件夹中的文件列表。

我有一个基于cordova的应用程序,其中包含一个按钮。当它按下时,我想向用户显示下载文件夹中的文件列表并让他们选择一个..

我安装了“cordova-plugin-file”,并尝试访问以下文件夹中的信息“

var localURLs    = [
cordova.file.dataDirectory,
cordova.file.documentsDirectory,
cordova.file.externalApplicationStorageDirectory,
cordova.file.externalCacheDirectory,
cordova.file.externalRootDirectory,
cordova.file.externalDataDirectory,
cordova.file.sharedDirectory,
cordova.file.syncedDataDirectory

];

以及来自How to get documents in an android directory that PhoneGap will see

的代码

但是,没有文件夹会返回设备上下载文件夹中存储的文件。

是否有其他方法可以访问此信息..

由于

0 个答案:

没有答案