Prop Driveletter
# ASP DriveLetter Property
* * Complete Drive Object Reference Manual](#)
* * *
The DriveLetter property returns the uppercase letter (drive letter) that identifies a local drive or network share.
**Note:** If the specified drive is not associated with a drive letter (for example, a network share that is not mapped to a drive letter), the DriveLetter property returns a zero-length string ("").
### Syntax
DriveObject.DriveLetter
### Example
Output:
The drive letter is: C
* * Complete Drive Object Reference Manual](#)
YouTip