On Thu, Oct 9, 2008 at 11:42 AM, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > However, why don't we add a method : > listFiles( boolean ordered )
I don't see that the user of this method (which would normally be ftpserver-core) would have much to benefit from this addition. What I'm saying is, that in which case do you really want to declare "please give me this list unordered"? A sorted list is about as unordered as an unordered if you don't care about the order :-) Besides, it doesn't resolve Andreas problem as there would still be a requirement to implement the method in the case where ordered=true, right? /niklas
