birchconfig
Class mv

java.lang.Object
  extended by birchconfig.mv

public class mv
extends java.lang.Object

Rename a file or directory. Similar to the Unix mv command.


Constructor Summary
mv()
           
 
Method Summary
static boolean mv(java.lang.String oldname, java.lang.String newname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

mv

public mv()
Method Detail

mv

public static boolean mv(java.lang.String oldname,
                         java.lang.String newname)
                  throws java.lang.Exception
Throws:
java.lang.Exception