NSArray *array = [[NSFileManager defaultManager] directoryContentsAtPath:fullPath]];
Will array objects 0 thru n be in dictionary order? This seems to be the case <sometimes> but not always. Should one sort array in an ascending manner?
Every place I run my code I always see array in dictionary order. However, in one customer case the order is not dictionary.
Just information I am looking for. db _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com