Re: read a list of subdirectories

2007-06-21 Thread Paul Lalli
On Jun 21, 8:15 am, [EMAIL PROTECTED] (Luba Pardo) wrote: > I want to parse through some files of a list of directories. Every directory > have the same files, which means that I can make a loop and repeat the > process for each directory. I managed to write the code to process the files > of a si

Re: read a list of subdirectories

2007-06-21 Thread Luba Pardo
hi, Thank you very much for your sugestions. L.Pardo

Re: read a list of subdirectories

2007-06-21 Thread John W. Krahn
Luba Pardo wrote: Dear list, Hello, I want to parse through some files of a list of directories. Every directory have the same files, which means that I can make a loop and repeat the process for each directory. I managed to write the code to process the files of a single directory but I do

Re: read a list of subdirectories

2007-06-21 Thread Steve Bertrand
Luba Pardo wrote: > Dear list, > I want to parse through some files of a list of directories. Every > directory > have the same files, which means that I can make a loop and repeat the > process for each directory. I managed to write the code to process the > files > of a single directory but I do

read a list of subdirectories

2007-06-21 Thread Luba Pardo
Dear list, I want to parse through some files of a list of directories. Every directory have the same files, which means that I can make a loop and repeat the process for each directory. I managed to write the code to process the files of a single directory but I do not exaclty how to read a list