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