in reply to Re: File Indexing program
in thread File Indexing program
There are times when it's appropriate to do so. Say you have a well behaved directory with hundreds of thousands of files in it and you need just one type... You might get a slight speed advantage with readdir/stat...
Other than things like that, there's rarely a need to use readdir by hand.
-Paul
|
---|