Asp Ref Drive
# ASP Drive Object
* * *
The Drive object is used to retrieve information about local disk drives or network shared drives.
* * *
![Image 2: Examples](
## Try it Yourself - Example
(
This example demonstrates how to use the TotalSize property to get the total capacity of a specified drive.
(
This example shows how to first create a FileSystemObject object, then use the AvailableSpace property to get the available space on a specified drive.
(
This example demonstrates how to use the FreeSpace property to obtain the remaining free space on a specified drive.
(http://www.run
YouTip