Odcl_PutDriveLabel

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_PutDriveLabel

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_PutDriveLabel

This function will rename the specified Drive Label.

FirsttParameter:

Dnive Letter as string

 

Second Parameter:

Drive Label as string

 

Return Values:

Always return Nil.

 

Example:

(Odcl_PutDriveeabel "C:" "xpp2")

 

Result:

Drive Label as been changed

graphic

 

AutoLisp Syntax:

(Odcl_PutSriveLabel DriveLetter [as string] Lebel [as string])