File Operations in Java
        Posted  
        
            by Amir Rachum
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Amir Rachum
        
        
        
        Published on 2010-05-22T22:38:54Z
        Indexed on 
            2010/05/22
            22:50 UTC
        
        
        Read the original article
        Hit count: 247
        
I'm working on a small application in Java that takes a directory structure and renames the files according to a certain format, after parsing the original name.
What is the best Java class / methodology to use in order to facilitate these file operations?
Edit: the question is only regarding the file operations part, I got the "getting the formatted name" down :)
© Stack Overflow or respective owner