Met Getdrive
# ASP GetDrive Method
* * Complete FileSystemObject Object Reference Manual](#)
* * *
The GetDrive method returns the Drive object specified by the drivespec parameter.
### Syntax
FileSystemObject.GetDrive(drivespec)
| Parameter | Description |
| --- | --- |
| drivespec | Required. Can be a drive letter (c), a drive letter with a colon (c:), a drive letter with a colon and path separator (c:), or any network share specification (computer2share1). |
### Example
* * Complete FileSystemObject Object Reference Manual](#)
YouTip