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?