Prop Freespace
# ASP FreeSpace Property
* * Complete Drive Object Reference Manual](#)
* * *
The FreeSpace property returns the amount of free space available on the specified drive or network share for the user.
**Note:** The value returned is usually equal to the value returned by the AvailableSpace property. For computer systems that support quotas, the values returned by these two properties may differ.
### Syntax
DriveObject.FreeSpace
### Example
Output:
Drive c: Free space in bytes: 884465664
* * Complete Drive Object Reference Manual](#)
YouTip