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: 7.2
Syntax
public static bool IsUNCPath(
	string aPath
)

Parameters

aPath  String
A path that should be checked

Return Value

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