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

Parameters

pPath  String
The path to check.

Return Value

Boolean
true if the path is absolute
See Also