1. Use the proper file system/directory functions to put the file names into
   an array.

2, Step through the array of file names and use regular expressions to
   test if the file name matches your criteria.

3. if test is true, open some file handles and write the file at the end
   of your new file.

Hope this helps,
Steve


On Sun, 23 Dec 2001, RNOORY wrote:

> Hello,
> I would like to concatenate several text files that all begin phr*.txt to create one 
>text file.
>
> Thanks
>
>








Thank you,
Steve Maroney





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to