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
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
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