Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Working dir
Message
From
14/05/2002 13:38:25
 
 
To
14/05/2002 08:17:30
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Miscellaneous
Thread ID:
00655605
Message ID:
00656304
Views:
16
Store it in getenv("windir") like this:
local lcInifile, laIni(1), lcCmd
lcInifile = addbs(getenv("windir"))+'myIniFile.ini'
for i = 1 to alines(laIni)
  lcCmd = laIni(i)
  &lcCmd
endfor
and the ini file records could look like this:
set path to c:\bla\bla\bla;c:\yahta\yahta\yahta
this.property = 'pobar'
store 'XXX' to m.somememvar
this.initializevariables()
Glenn

>but how to find the ini file without a path to find it?
>I know, it's a stupid problem I have, but I have to know...
>
>Thanks for your reaction,
>Erwin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform