mirror of
https://github.com/reactos/ahk_tests.git
synced 2025-02-22 04:53:28 +00:00
[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:
parent
712766b5e6
commit
cf9cc3f04e
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user