Project

General

Profile

Actions

$samepath » History » Revision 1

Revision 1/2 | Next »
Per Amundsen, 10/05/2016 01:24 PM


Added in 2.6

$samepath(path1, path2)

Returns $true if path1 is equal to path2, otherwise $false.

Resolves relative paths and converts long/short filenames.

Parameters

path1 - First path to compare.
path2 - Second path to compare.

Example

//echo -ag $iif($samepath(config.ini, $adiircini), Same path, Different path)

Updated by Per Amundsen over 7 years ago · 1 revisions

Also available in: PDF HTML TXT