獲取某個目錄下的全部的文件夾名和文件名

private static void getDir(String filePath) throws Exception { try { File f = new File(filePath); if (f.isDirectory()) { File[] fList = f.listFiles(); for (int j = 0; j < fList.length;
相關文章
相關標籤/搜索