Re: [io] DirectoryWalker scan order

2007-10-22 Thread Adrian Herscu
Niall Pemberton wrote: On 10/19/07, Adrian Herscu <[EMAIL PROTECTED]> wrote: Hi all, I have a test that depends on the scanning order of the DirectoryWalker#walk method. The (or, my) problem with this method is that it depends on the order of the file array returned by the File#listFiles meth

Re: [io] DirectoryWalker scan order

2007-10-19 Thread Niall Pemberton
On 10/19/07, Adrian Herscu <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a test that depends on the scanning order of the > DirectoryWalker#walk method. The (or, my) problem with this method is > that it depends on the order of the file array returned by the > File#listFiles method which by defin

[io] DirectoryWalker scan order

2007-10-19 Thread Adrian Herscu
Hi all, I have a test that depends on the scanning order of the DirectoryWalker#walk method. The (or, my) problem with this method is that it depends on the order of the file array returned by the File#listFiles method which by definition does not guarantee any particular order... My specif