Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to find certain files in a directory?
Message
 
To
15/11/2002 15:59:18
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00723425
Message ID:
00723428
Views:
9
>Hi all:
>
>The users choses a directory from within which all files starting with , say, "P_" are to be selected and processed one by one (meaning the contents of the selected file will be inserted into another table). so on an so forth, till all the files in the user defined directory have been processed.
>
>How should I approach this problem?
>
>Thank you for your advise.

Research the two VFP commands
ADIR and SYS(2000)
I like to use ADIR since it gives additinal information. And it's an Array allowing APPEND FROM ARRAY easily.

Tracy
Tracy
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform