ID:150986
 
Is there a way to either A) loop through all the files in a directory, or B) read the number of files in a directory? I'm talking about actual, external directories...
On 6/10/01 4:28 pm LexyBitch wrote:
Is there a way to either A) loop through all the files in a directory, or B) read the number of files in a directory? I'm talking about actual, external directories...

flist() should do the trick.
In response to Deadron
Thanks, that's exactly what I needed.

On 6/10/01 7:05 pm Deadron wrote:
On 6/10/01 4:28 pm LexyBitch wrote:
Is there a way to either A) loop through all the files in a directory, or B) read the number of files in a directory? I'm talking about actual, external directories...

flist() should do the trick.