On Wed, Oct 5, 2011 at 1:31 PM, koko <[email protected]> wrote:
> Is there a best way to get thins done with NSFileManager?

NSFileManager has no concept of file extension patterns like Windows
does. If you really need to find all files that have the extension
".exe", then you can do a simple loop and comparison. If what you
really want to do is find all files of a certain type, you should use
UTIs instead.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to