in reply to quick way to read a few directory entries of many
With 105 files in one directory, my first though would be to reorganize the directory structure. My second thought would be "what's special about the first five files returned by readdir that you need to look at their names?
I think that explaining why you need to do this would be useful, as it may give some of the very knowledgeable Monks a better way to look at your problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: quick way to read a few directory entries of many
by leocharre (Priest) on Jun 05, 2008 at 18:14 UTC | |
by almut (Canon) on Jun 05, 2008 at 18:58 UTC | |
by ikegami (Patriarch) on Jun 06, 2008 at 01:00 UTC | |
by chrism01 (Friar) on Jun 06, 2008 at 05:36 UTC |