Re: Traversing directory and checking attributes
- Posted by lists at wordit.com Jan 22, 2002
- 369 views
Thanks Freeplay and Chris for pointing me to the directory functions. I have my first program written which traverses a directory tree and returns all files with an unset archive attribute. It is many times faster than the Perl program. Results for 42,860 files in 3,200 directories: Perl: 242 seconds Euphoria: 39 seconds Marcus