Re: Custom file types and extensions
Re: Custom file types and extensions
- Subject: Re: Custom file types and extensions
- From: James Walker <email@hidden>
- Date: Mon, 02 Mar 2009 12:22:09 -0800
Nick Zitzmann wrote:
On Mar 2, 2009, at 12:38 PM, email@hidden wrote:
My program uses a custom file type and I was wondering how to make
sure my extension is unique. On Apple's Data Type Registration page
they only register creator codes. They no longer register file
types. What about file extensions?
I think the best you can do here is use Google and see if there are any
references to your preferred extension out there. I don't think there is
any central repository of file extensions out there, because there is no
way that could be controlled across platforms. But only Apple operating
systems use creator codes, which is why Apple has had a registry for years.
There is a database at <http://filext.com/>, though failing to find an
extension there does not prove that the extension is not in use.
As for type codes, you can use them however you wish; there are a few
standards, like 'TEXT' and 'PDF ' you should probably avoid with a
proprietary file type, but you probably knew that. Only the creator code
really matters.
Also, don't use all lower case for either the type or the creator, as
those are reserved to Apple.
--
James W. Walker, Innoventive Software LLC
<http://www.frameforge3d.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden