fileMove()

Move a file

Syntax:
fileMove( source , destination )

source
is the file + path you want to move.
destination is the destination path of file you want to move.
You must specify full or relative path if files don't lies on program directory.

Example:
fileMove( "myfile.txt", "mydir/myfile.txt" )