move ( string source , string destination ) : void
Move a file in another place with another name.
See also
deletewrite
rename
Example
move(path("tmp")+"file.txt", ptah("desktop")+"newName.txt")
Parameters
source
Source file to move
destination
Destination file where the source is moved