Re: NSFileManager directory lists and hidden files

2012-07-07 Thread Michael Hall
On Jul 7, 2012, at 6:48 PM, Ken Thomases wrote: > On Jul 7, 2012, at 5:58 PM, Michael Hall wrote: > >> How do I get the enumeratorAtURL to include the .DS_Store files. > > It does for me on 10.6.8. How are you testing for a file you've seen before? > Maybe you did actually get it in the enum

Re: NSFileManager directory lists and hidden files

2012-07-07 Thread Ken Thomases
On Jul 7, 2012, at 5:58 PM, Michael Hall wrote: > How do I get the enumeratorAtURL to include the .DS_Store files. It does for me on 10.6.8. How are you testing for a file you've seen before? Maybe you did actually get it in the enumeration but your logic for determining if a file is new is w