On Wed, Oct 5, 2011 at 1:31 PM, koko <k...@highrolls.net> 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 (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com