Moves an existing file from one location to another.
object.Move ( ExistingFileName, NewFileName ) |
- ExistingFileName
- Required. A String that represents the full path of the file to be moved.
- NewFileName
- Required. A String that represents the full path of the destination where the file is to be moved.
Boolean
The Move method can also be used to rename an existing file.