> On Jul 1, 2016, at 15:22 , Quincey Morris > <[email protected]> wrote: > > On Jul 1, 2016, at 13:58 , Matthew LeRoy <[email protected]> wrote: >> >> Am I missing something, or is it really as broken as it sounds? > > I don’t think you’re missing anything, but “broken” isn’t quite the right > word.
What's broken is that macOS uses filename extensions as type information at all, especially since there's no governing body for filename extensions. It would be much better for there to be volume metadata with the UTI (I vaguely recall an OS called "Mac OS" that did that). And before anyone objects on interoperability grounds, it would be trivial to map well-known extensions to the metadata to be written when a file is brought in, and outgoing files are almost always well-known and will likely have the appropriate extension, anyway (e.g. zip). -- Rick Mann [email protected] _______________________________________________ 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]
