Click or drag to resize

PathCollectionIsUNCPath Method

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public static bool IsUNCPath(
	string aPath
)

Parameters

aPath
Type: SystemString
A path that should be checked

Return Value

Type: Boolean
ture, if the given path is a UNC path, false otherwise
See Also