ShellBrowser .Net Edition
IsUNCPath Method (aPath)
NamespacesJam.ShellPathCollectionIsUNCPath(String)
Checks if the given path is a UNC path like \\Server\share. It does not check if the path really exists. see also http://msdn2.microsoft.com/en-us/library/aa365247.aspx#maximum_path_length
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsUNCPath(
	string aPath
)
Public Shared Function IsUNCPath ( _
	aPath As String _
) As Boolean
public:
static bool IsUNCPath(
	String^ aPath
)
Parameters
aPath (String)
A path that should be checked
Return Value
ture, if the given path is a UNC path, false otherwise

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)