Met Driveexists
# ASP DriveExists Method
* * Complete FileSystemObject Object Reference Manual](#)
* * *
The DriveExists method returns a Boolean value indicating whether the specified drive exists. It returns True if the drive exists, otherwise it returns False.
### Syntax
FileSystemObject.DriveExists(drive)
| Parameter | Description |
| --- | --- |
| drive | Required. The drive letter or full path specification. |
### Example
* * Complete FileSystemObject Object Reference Manual](#)
YouTip