Met Copyfolder
# ASP CopyFolder Method
* * Complete FileSystemObject Object Reference Manual](#)
* * *
The CopyFolder method copies one or more folders from one location to another.
### Syntax
FileSystemObject.CopyFolder source,destination[,overwrite]
| Parameter | Description |
| --- | --- |
| source | Required. The folder(s) to be copied (wildcards can be used). |
| destination | Required. The destination where the folder(s) will be copied (wildcards cannot be used). |
| overwrite | Optional. A Boolean value that specifies whether existing folders should be overwritten. True allows existing folders to be overwritten, False prevents them from being overwritten. The default is True. |
### Example
* * Complete FileSystemObject Object Reference Manual](#)
YouTip