Programming Reference Manual
 
Syntax
 
DiskSize&([drive$])
 
Description
Returns a Long containing the free space (in bytes) available on the specified drive.
 
Parameter
Description
drive$
Optional, drive to be examined. 
See Also
Example
 
Sub Main
Debug.Print DiskSize(“c”)
End Sub