Click or drag to resize

PathCollectionIsAbsolutePath Method

Determines if the given path is absolute.s

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

Parameters

pPath
Type: SystemString
The path to check.

Return Value

Type: Boolean
true if the path is absolute
See Also