Click or drag to resize

PathCollectionIsLocalPath Method

Checks if the given path is an absolute local path (including mapped network drives), i.e. if it starts with a drive letter and is followed by a colon and a backslash ("c:\")

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

Parameters

pPath
Type: SystemString
The path to check.

Return Value

Type: Boolean
true if the given path is an absolute local path or mapped network drive, false otherwise
See Also