is there a way to list (NSLog) file names under a folder (named downloads that is located under the documents directory of my app) with the following conditions met:
1) exclude hidden files (such as .DS_Store files)
2) do not search in sub-folders (i do not want the enumerator to be recursive).
thank you so much in advance.
EDIT:
3) do not list sub-folders' names.
