文件操作工具类(二)

2014-11-24 07:40:16 · 作者: · 浏览: 1
erectory(String path)throws IOException{ File file = new File(path); if(file.exists()){ if(file.isDirectory()){ File[] files = file.listFiles(); for(int i=0;i