
This method will return the free disk size of the specified hard drive.
Returns the following according to the situation:
The method takes no parameter.
Copy Code |
|---|
(Odcl_GetHardDriveSize Folder [as String]) |
Copy Code |
|---|
; Get the free disk space (Setq rValue (Odcl_GetHardDriveSize "C:\My Documents\")) |