Click or drag to resize

PathCollectionGetDomainFromUNCPath Method

Returns the domain name from a UNC path

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public static string GetDomainFromUNCPath(
	string aPath
)

Parameters

aPath  String
A UNC path.

Return Value

String
The domain part of a UNC path. null if the given path is not a UNC path.
See Also