how to change files titles with java
i would like to 开发者_运维技巧ask if it is possible with a java prog to give a specific path to a folder "Folder1" and then rename all the files in it, changing each non-word and non-number to whitespace.
Use FileFilter to filter the files of a Directory and then use file.renameTo() to rename the files.
加载中,请稍侯......
精彩评论