Code: Select all
function FWCurDir()
local cExeName := GetModuleFileName( 0 )
return SubStr( cExeName, 1, RAt( "\", cExeName ) - 1 )
Code: Select all
function FWCurDir()
local cExeName := GetModuleFileName( 0 )
return SubStr( cExeName, 1, RAt( "\", cExeName ) - 1 )