从品牌网站建设到网络营销策划,从策略到执行的一站式服务
可以获得文件夹中所有文件的路径及文件名。
创新互联公司主营武穴网站建设的网络公司,主营网站建设方案,app软件定制开发,武穴h5小程序制作搭建,武穴网站营销推广欢迎武穴等地区企业咨询
代码很简单,直接上车,车上再解释:
/** * 获取指定目录内所有文件路径 * @param dirPath 需要查询的文件目录 * @param _type 查询类型,比如mp3什么的 */ public static JSONArray getAllFiles(String dirPath, String _type) { File f = new File(dirPath); if (!f.exists()) {//判断路径是否存在 return null; } File[] files = f.listFiles(); if(files==null){//判断权限 return null; } JSONArray fileList = new JSONArray(); for (File _file : files) {//遍历目录 if(_file.isFile() && _file.getName().endsWith(_type)){ String _name=_file.getName(); String filePath = _file.getAbsolutePath();//获取文件路径 String fileName = _file.getName().substring(0,_name.length()-4);//获取文件名 // Log.d("LOGCAT","fileName:"+fileName); // Log.d("LOGCAT","filePath:"+filePath); try { JSONObject _fInfo = new JSONObject(); _fInfo.put("name", fileName); _fInfo.put("path", filePath); fileList.put(_fInfo); }catch (Exception e){ } } else if(_file.isDirectory()){//查询子目录 getAllFiles(_file.getAbsolutePath(), _type); } else{ } } return fileList; }
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持创新互联。
成都网站建设公司地址:成都市青羊区太升南路288号锦天国际A座10层 建设咨询028-86922220
成都快上网科技有限公司-四川网站建设设计公司 | 蜀ICP备19037934号 Copyright 2020,ALL Rights Reserved cdkjz.cn | 成都网站建设 | © Copyright 2020版权所有.
专家团队为您提供成都网站建设,成都网站设计,成都品牌网站设计,成都营销型网站制作等服务,成都建网站就找快上网! | 成都网站建设哪家好? | 网站建设地图