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