listFiles(); // for each pathname in pathname array for(File path:paths) { // prints file and directory paths System.out.println(path); } } catch(Exception ...
確定! 回上一頁