摘要: private void getFileList(String path) { // 设置标题 // 将当前文件夹路径设置为默认文件夹路径 currentFolderPath = path; // 获取sd卡下所有文件的文件名 String[] fileNames = fileUtil.getFileNames(currentFolderPath); fileList = new ArrayList<HashMap<String, Object>>(); // 在所有文件的前面添加一个..文件夹,用于浏览上一个文件夹 HashMap<String, Obje... 阅读全文
posted @ 2012-04-10 21:45 sfshine 阅读(1440) 评论(0) 推荐(0) 编辑