Click or drag to resize
IOHelperToUncPath Method
Converts a path containing a mapped drive to a UNC-formatted path.

Namespace: com.softwarekey.Client.Utils
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
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: String
Returns the UNC-formatted path to the network location.
See Also