[AHK_Helper_Funcations]

Return long path. Already tested with Off By One Browser 3.5d

svn path=/trunk/ahk_tests/; revision=1791
This commit is contained in:
Edijs Kolesnikovičs 2012-10-02 05:23:02 +00:00
parent 712766b5e6
commit cf9cc3f04e

View File

@ -80,10 +80,16 @@ ExeFilePathNoParam(szPath)
{
StringLen, iLength, szPath
StringTrimRight, szResult, szPath, iLength - iPos - 4
loop, %szResult%, 1
szResult = %A_LoopFileLongPath%
return szResult
}
else
{
loop, %szResult%, 1
szResult = %A_LoopFileLongPath%
return szPath
}
}