NSFileManager has several method to enumerate directory contents, but they returns all files including hidden or system files which is invisible for users in Finder.

I want to get the file list same as Finder. As possible as simple. What do I have to do?

link|improve this question

77% accept rate
feedback

1 Answer

Test the filename, usually a hidden file begins with a "." (period).

link|improve this answer
Thanks. But I heard there are some other conditions (not only names) which hide files from Finder. I just equal result with the Finder does. Is there no API for this? – Eonil Feb 9 '10 at 8:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.