Met Movefile
# ASP MoveFile Method
* * Complete FileSystemObject Object Reference Manual](#)
* * *
The MoveFile method moves one or more files from one location to another.
### Syntax
FileSystemObject.MoveFile source,destination
| Parameter | Description |
| --- | --- |
| source | Required. The path to the file(s) to be moved. Wildcards can be used in the last component. |
| destination | Required. The destination where the file(s) will be moved. Cannot contain wildcards. |
### Example
* * Complete FileSystemObject Object Reference Manual](#)
YouTip