Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cycle through disk files .txt
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00480168
Message ID:
00480184
Vues:
12
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform