FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC CurDir()
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

CurDir()

Posted: Wed Apr 15, 2009 07:46 PM
Use this FiveWin CurDir():

Code (fw): Select all Collapse
function FWCurDir()

   local cExeName := GetModuleFileName( 0 )

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

Antonio Linares
www.fivetechsoft.com

Continue the discussion