我要实现的是通过读一些文件夹里的内容,然后将其一行一行读出后进行添加其他内容或者有什么其他思路?
public static void main(String[] args){
String[] stores = {"文件夹1","文件夹2"};
for(String store : stores){
List
for (File file : lists) {
// creatFile(file);
String count = getNum(file.getName());
outFile = "D:\\文件\\result\\"+file.getName();
try {
inFile = file.getPath();
name = store;
counts = count;
readAndWrite();
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}
}
}