Page 1 of 1

CurDir()

PostPosted: Wed Apr 15, 2009 7:46 pm
by Antonio Linares
Use this FiveWin CurDir():

Code: Select all  Expand view

function FWCurDir()

   local cExeName := GetModuleFileName( 0 )

return SubStr( cExeName, 1, RAt( "\", cExeName ) - 1 )