NSDocument writableTypes
NSDocument writableTypes
- Subject: NSDocument writableTypes
- From: Craig Bakalian <email@hidden>
- Date: Fri, 22 Nov 2002 06:17:53 -0500
Hi,
I know how to set a subclass of NSDocument in the Document Types of
Project Builder, yet how does one return the extensions of that
subclass which has been set up in the target settings of PB?
For example, to get the document types for a NSDocument subclass all
one has to do is-
+(NSArray *)documentTypes
{
return [self writableTypes];
}
Yet, is there a simple way to return the extensions of the
writableTypes?
Craig Bakalian
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.