Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cycle through disk files .txt
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Cycle through disk files .txt
Miscellaneous
Thread ID:
00480168
Message ID:
00480168
Views:
43
I want to cycle through all disk text files in a directory and put them in a cursor or table along with their date and time. I dont want to use the annoying screen blink of the !/Run command.

Here is the idea:

For i = 1 to .txtfiles
fname=.txtfilename(i)
fdate=fdate(i)
ftime=ftime(i)
Insert into sometable
Endfor

Any ideas?
Next
Reply
Map
View

Click here to load this message in the networking platform