www.icetips.com  Icetips Utilities Documentation 11/30/2010    

Network Class:  GetNetworkDriveName

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:

GetComputerName

GetLocalNetworkFileName

GetNetworkFileName

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/getnetworkdrivename_network.htm