Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cycle through disk files .txt
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00480168
Message ID:
00480184
Views:
13
>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?

Hi David,

Mark and Erik basically answered your question, but this is the thread, which contains very interesting discussion about this problem: Coding, syntax & commands Re: How to work with files in system/hidden folders Thread #314887
Check it out.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform