_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* table(ktable). |*Parameter*|*Description*| | path1 | First path to compare. | | path2 | Second path to compare. | *Example*
//echo -ag $iif($samepath(config.ini, $adiircini), Same path, Different path)