Traversing directory and checking attributes
- Posted by lists at wordit.com Jan 21, 2002
- 398 views
Hi, I'm new to the Euphoria language. I've written a routine that is too slow in Perl and hope Euphoria is faster. I guess this is partly basic stuff. I need to traverse a directory tree, say C:\, and get the filenames, directory names. Then I need to get the status of the file attributes archive/read/ etc Does anybody have such code already, so I can see whether Euphoria might be faster? Thanks, Marcus