On Nov 27, 2015, at 14:00 , Leonardo <[email protected]> wrote: > > The problem is that the IsAliasNew method is 3.7 times slower than the > IsAliasOld method. Do you know a way to accomplish that with a faster > method?
It may not be faster but it’s probably more correct to use [NSURL getResourceValue:forKey:error:] or [NSURL resourceValuesForKeys:error:] with the resource key NSURLIsAliasFileKey. _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
