Description
This function moves a file from one location to another.
Syntax
target.file.Move(from, to, hint)
from (input) - the source of the fileto (input) - the desired destinationhint (input)
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 FunctionSee also
'---------- Start ----------
Function Start
target.file.Move "C:\FileTestFolder\trgFileSample.txt", "C:\FileTestFolder2\trgFileSample.txt"
End Function
Platform Objects and Methodstarget.file.IsTextPDFtarget.file.Readtarget.file