Page 1 of 1

CurDir()

Posted: Wed Apr 15, 2009 7:47 pm
by Antonio Linares
Usad este CurDir():

Code: Select all

function FWCurDir()

   local cExeName := GetModuleFileName( 0 )

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

Re: CurDir()

Posted: Sun May 31, 2009 12:36 am
by rogerio
Antonio

Maravilha !

Isso resolveu o erro que postei há anos:
http://forums.fivetechsupport.com/viewt ... f=7&t=4623

O erro estava justamente na função CurDir()
Com FWCurDir() funcionou perfeitamente !

[]'s

Rogerio