CurDir()
Posted: Wed Apr 15, 2009 7:46 pm
Use this FiveWin CurDir():
Code: Select all
function FWCurDir()
local cExeName := GetModuleFileName( 0 )
return SubStr( cExeName, 1, RAt( "\", cExeName ) - 1 )