Prop Path Drive
# ASP Path Property
* * Complete Drive Object Reference Manual](#)
* * *
The Path property is used to return the path of a specified drive, file, or folder.
**Note:** For drives, the path does not include the root directory. For example, the path for the C drive is C:, not C:.
### Syntax
DriveObject.Path
FileObject.Path
FolderObject.Path
### Example for Drive Object
Output:
The path is C:
### Example for File Object
Output:
The path is: c:asptesttest.asp
### Example for Folder Object
Output:
The path is: c:asptest
* * Complete Drive Object Reference Manual](#)
YouTip