Search scope of NSMetadataQuery

228 Views Asked by At

Is there any way of excluding the /Users/username/Library (which is hidden by default) from the search scope of NSMetadataQuery.

1

There are 1 best solutions below

0
On BEST ANSWER

NSMetadataQuery provides the feasibility for setting the search scope (setSearchScope) , better try out by setting the required search paths.