|
What I need is to read the path from the configuration file. Thetiger_marsmethod does not work, and thewanyi971method cannot open the specified directory like "My Computer".
I use
string p = profilestring("xxx.ini","yyy","zzz","")
run('explorer '+ p)
Very strange
It can remember the profilestring ("xxx.ini","yyy","zzz","") value when the code is saved
For example, after the program is compiled, the value of profilestring ("xxx.ini", "yyy", "zzz", "") at that time is f:\
He can open F;\
When the value is changed to d:\, he still opens f:\
After compiling it to EXE, it is still f:\
:( |
|