Renames a file on the local filesystem.

app.RenameFile( source, destination )

This method can also be used to move a file to a whole other destination.

See Also: WriteFile, CopyFile, DeleteFile

Example - Example click to expand contents