|
Previous Top Next |
Prototype: | (String pDrive), String |
This method returns the UNC drive name for a mapped drive.
Example:
MyProc Proc
P String(255)
ITN ITNetworkClass
Code
P = 'Z:'
P = ITN.GetNetworkDriveName(P)
Message('P is now = ' & P)
If the Z: drive is mapped to "RemoteC" drive share on "RemotePC" computer, this would return "\\RemotePC\RemoteC"
See also: