On Nov 15, 2013, at 4:37 PM, Roland King <r...@rols.org> wrote: > If you put all the files in a subdirectory and delete the subdirectory, I've > found that to be pretty quick.
All that will do is have NSFileManager loop over all the files deleting them. (There is no system call to delete a directory tree.) It should be just as fast to do that loop yourself. It doesn’t sound like the OP can put the files in a subdirectory, because they’re being copied directly into Documents by iTunes. —Jens _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com