Re: How to specify extensionless file name as a document type for target (Cocoa)
Re: How to specify extensionless file name as a document type for target (Cocoa)
- Subject: Re: How to specify extensionless file name as a document type for target (Cocoa)
- From: Ricky Sharp <email@hidden>
- Date: Fri, 11 Jun 2004 10:23:30 -0500
On Friday, June 11, 2004, at 09:51AM, Rick Hoge <email@hidden> wrote:
>We have a document-based app that has to support a bunch of legacy file
>types. Many of these have file naming conventions that are a pain with
>Cocoa's document type binding rules.
>
>One of these is a file type where all the file names are eight-digit
>numbers with no extension. Is there any way to include this in the
>list of extensions under the Target Info > Properties > Document Types
>panel?
To specify a list of extensions or file types , you can just enter in a space-delimited list into the Extensions fiels and OS Types field respectively. Note that if your OS Type contains spaces, you'll need to put double-quotes around that entry.
For example, Extensions field would contain:
test tst
and OS Types field would contain
TEST "TST "
Rick Sharp
Instant Interactive(tm)
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.