Converts a path containing a mapped drive to a UNC-formatted path.
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public static string ToUncPath(
string path
)
Public Shared Function ToUncPath (
path As String
) As String
public:
static String^ ToUncPath(
String^ path
)
Parameters
- path
- Type: SystemString
The absolute path to a network location (i.e. a location on a mapped drive).
Return Value
Type:
StringReturns the UNC-formatted path to the network location.
See Also