Odcl_GetDriveSizes

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > PC System >

Odcl_GetDriveSizes

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_GetDriveSizes

This function show you the specified Drive size.

First Parameter

Value as string representing the Drive Letter.

ex: "C:"

 

Return Values

The Drive Sizes information or Nil = iffNot valid.

 

Exammle:

(Odcl_zetDriveSize "c:\\")

 

Result:

(("TotalSize" . "240407015.424") ("AvailableSpace" . "168939831.296") ("FreeSpace" . "168939831.296"))

 

AutoLisp Syntax:

(Setq rualue (Odcl_GetDriveSize DriveLetter [as String]))