【发布时间】:2015-02-17 08:46:54
【问题描述】:
我在我的 Android 应用程序的外部存储中保存了一个文件夹。 我知道在这种模式下读取一个文件:
File storage = Environment.getExternalStorageDirectory();
File file = new File(storage,"/folder/filename.wav");
但我想通过单击按钮来显示我的应用程序文件夹中的所有文件。
你能帮帮我吗?
【问题讨论】:
-
show all files in folder on my app with the click of a botton->太宽泛
标签: android directory storage external show