ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.SamePath

Returns True if the given paths are identical; False otherwise.

Syntax
Pascal
function SamePath(const Path1: string; const Path2: string): Boolean;
Parameters 
Description 
const Path1: string 
The first path that should be compared. 
const Path2: string 
The second path that should be compared. 

True if the given paths are identical; False otherwise.