Prop Rootfolder
# ASP RootFolder Property
* * Complete Drive Object Reference Manual](#)
* * *
The RootFolder property returns a Folder object representing the root folder of the specified drive.
**Note:** Using the returned Folder object, you can access all files and folders contained within the specified drive.
### Syntax
DriveObject.RootFolder
### Example
Output:
The root folder is: C:
* * Complete Drive Object Reference Manual](#)
YouTip