ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.IsAbsolutePath

Returns True if the given path is an absolute path.

Syntax
Pascal
function IsAbsolutePath(const pPath: string): Boolean;
Parameters 
Description 
const pPath: string 
The path that should be checked. 

True if the given path is an absolute path.