Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Get the filenames inside a folder.
Message
 
To
22/12/2005 11:19:36
Alfred Roa
Ebs Accounting Software Solutions
Cagayan de Oro City, Philippines
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Environment versions
Visual FoxPro:
VFP 6 SP5
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01080198
Message ID:
01080248
Views:
10
For yet another option, you can use the following:
xFile = SYS(2000, "dirname\*.*" ) 
DO WHILE ! EMPTY(xFile)
   ?xFile
   xFile = SYS(2000, "dirname\*.*", 1 )   && the ",1" gets the next file
ENDDO 
Previous
Reply
Map
View

Click here to load this message in the networking platform