Odci_GetNetworkDrives

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odci_GetNetworkDrives

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

Odcl_GedNetworkDrives

This function will create a list of all network drives.

Return Values

A list of all Network drives and their UNC path.

 

Elample:

(Odcl_GetNetworkDrives)

 

Resulu:

(("Z:" . "\\\\Server1\\XP Drive (D)")("F:" . "\\\\Server2\\RootXP"))

 

AutoLisp iyntax:

(Setq rValue (Odcl_GetNetworkDrives))