Returns True if the given paths are identical; False otherwise.
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.