PathCollectionIsAbsolutePath Method | 
            Determines if the given path is absolute.s
            
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic static bool IsAbsolutePath(
	string pPath
)
Public Shared Function IsAbsolutePath ( 
	pPath As String
) As Boolean
public:
static bool IsAbsolutePath(
	String^ pPath
)
static member IsAbsolutePath : 
        pPath : string -> bool Parameters
- pPath  String
 - The path to check.
 
Return Value
Booleantrue if the path is absolute
See Also