Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to read files on disk with the same name as in the A
Message
From
19/10/2005 21:33:37
 
 
To
19/10/2005 08:30:25
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows 2000 SP4
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01060198
Message ID:
01060588
Views:
13
Hi,
Try filesystem object.
loFS=CREATEOBJECT("scripting.filesystemobject")
loFile=loFS.OpenTextFile("c:\main.ini")
?loFile.ReadAll()
HTH
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Reply
Map
View

Click here to load this message in the networking platform