Prop Path Folder
# ASP Path Property
* * Complete Folder 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 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 Folder Object Reference Manual](#)
YouTip