Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File counting question
Message
De
21/09/1998 13:38:04
 
 
À
18/09/1998 15:24:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00138407
Message ID:
00139135
Vues:
22
>What is the best way to loop through a directory(I want to get a count of how many text files are contained in a directory)

I use loops like
NF=ADIR(MYARRAY,"*.*")
FOR I=1 TO NF
...do something with MYARRAY[I,1]
ENDFOR
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform