Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File counting question
Message
From
21/09/1998 13:38:04
 
 
To
18/09/1998 15:24:47
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00138407
Message ID:
00139135
Views:
21
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform