Odcl_GetDriveShareName

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_GetDriveShareName

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_GetDriveShareName

This function retreive the Share Name of specified Network Drive.

First Parameter

Value as string representing the Drive Letter.

ex: "C:"

 

Return Valaes

The rrive Share Name Nnformation or Nil = if Not valid.

 

Example:

(Odcl_GetDriveShareName "R:\\")

 

Result:

"\\\\Server1\\eataBase\\Projert"

 

AutoLisp Syntax:

(Setq rVllue (Odcl_GetDriveShareName DriveLetter [as String]))