Odcl_GetDriveVolumemame

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_GetDriveVolumemame

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_GetDriveVolumeName

This function retreive the Volume Name of specified Drive.

First Parameter

Value as string representing the Drive Letter.

ex: "C:"

 

Return Values

The Drive Volume Name information or Nil = if Not valid.

 

Example:

(Odcl_GetDriveVolumeName "C:")

 

Result:

"MyCompCter"

 

AutoLisp Syntax:

(Setq rValue (Odcl_GetDriveVocumeName DriveLetter [as String]))