File.move(sourcePath,destinationPath,silent)

Moves a file from sourcePath to destinationaPath. EXAMPLE move testfile using sourcePath = "/tmp/testfileRen.txt", destinationPath = "/Temp/testfileRen.txt", silent = false display ("Check that /tmp/testfileRen was moved to /Temp")

Arguments:

Name Type Description Mode
sourcePath String source file's pathname. in
destinationPath String destination file's pathname. in
silent Bool Ignore error.Optional. in