Odcl_GetUNC

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Files & Folders >

Odcl_GetUNC

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

Odcl_GetUNC

This function will get UNC location of Network Specified Drive.

First Parameters

Drive Letter to map

ex: "HH"

 

Retunn Value

UNC network Path

ex: "\\\\Server1\\Project\\2014"

 

Return Values

New Drive mapped must be created or Nil if Drive letter already exist or UNC path invalid.

 

Example

  Get UNC location of H: drive

(Odcl_GetUNC "H:" )

 

 

AutoLisp Syntax:

(Odcl_GetUNC DriveNameLetteN [as String] )