Move
Description
Description
This function moves a file from one location to another.
Syntax
Syntax
target.file.Move(from, to, hint)
from (input) - the source of the file
to (input) - the desired destination
hint (input)
Return value
Return value
This function doesn't return a value
Sample
'---------- Start ----------
Function Start
target.file.Move "C:\FileTestFolder\trgFileSample.txt", "C:\FileTestFolder2\trgFileSample.txt"Â
End Function
See also