码迷,mamicode.com
首页 > 其他好文 > 详细

遍历文件夹内所有文件

时间:2017-08-27 17:09:52      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:style   length   bsp   int   get   路径   遍历文件夹   logs   文件夹路径   

File file = new File("文件夹路径");
File[] tempList = file.listFiles();

for (int i = 0; i < tempList.length; i++) {

System.out.println(tempList[i].getName());

 

遍历文件夹内所有文件

标签:style   length   bsp   int   get   路径   遍历文件夹   logs   文件夹路径   

原文地址:http://www.cnblogs.com/luweib/p/7440597.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!