Met Folderexists
# ASP FolderExists Method
* * Complete FileSystemObject Object Reference Manual](#)
* * *
The FolderExists method returns a Boolean value indicating whether the specified folder exists. It returns True if the folder exists, otherwise it returns False.
### Syntax
FileSystemObject.FolderExists(foldername)
| Parameter | Description |
| --- | --- |
| foldername | Required. The name of the folder to check for existence. |
### Example
* * Complete FileSystemObject Object Reference Manual](#)
YouTip