Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
开发者_JAVA百科 Improve this questionI think of doing something like a file cleaner for Windows with Java just for fun, I want it to be able to clean the temp files, caches... etc for the major browsers opera, ie, firefox. I'm basically looking for some guidance to where to start my research, what are some good reads and basically what kind of libraries will I have to use (if any).
I think you should take a look at bleachbit. It's written in python, but the actions should be easily converted to java. But then again, why not just use bleachbit itself?
精彩评论