[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #27165] [NSFileManager enumeratorAtPath] not sorted
From: |
Derek Fawcus |
Subject: |
Re: [bug #27165] [NSFileManager enumeratorAtPath] not sorted |
Date: |
Tue, 4 Aug 2009 12:25:54 +0100 |
User-agent: |
Mutt/1.4.1i |
On Tue, Aug 04, 2009 at 06:28:51AM +0000, Richard Frith-Macdonald wrote:
>
> Update of bug #27165 (project gnustep):
>
> Item Group: Bug => Change Request
>
> _______________________________________________________
>
> Follow-up Comment #1:
>
> I marked this as a change request since, while there is clearly no hint in
> the osx documentation that this enumeration should have any particular
> ordering and the current implementation is therefore perfectly correct, it
> seems like a friendly implementation detail to mimic.
But on osx does it depend upon the file system type? I believe HFS stores
sorted directory entries, but e.g. UFS does not. So how will osx operate
with a UFS formatted .dmg?