Void rename(String old, String new)
Arguments
old: The current file name (and path)new: The new file name (and path)
Usage
Rename a file, moving it to a new directory if necessary. If a file with the name new already exists, it will be replaced.
old: The current file name (and path)new: The new file name (and path)Rename a file, moving it to a new directory if necessary. If a file with the name new already exists, it will be replaced.