Prop Drive File
# ASP Drive Property
* * Complete File Object Reference](#)
* * *
The Drive property is used to return the drive letter (drive number) of the drive where the specified file or folder resides.
### Syntax
FileObject.Drive
FolderObject.Drive
### Example for File Object
Output:
File resides on drive: c:
### Example for Folder Object
Output:
Folder resides on drive: c:
* * Complete File Object Reference](#)
YouTip