Re: Getting filename of just opened document...
Re: Getting filename of just opened document...
- Subject: Re: Getting filename of just opened document...
- From: "Louis C. Sacha" <email@hidden>
- Date: Tue, 1 Jun 2004 18:36:54 -0700
Hello...
In case you haven't read it yet, it might be a good idea to take a
look at the Cocoa conceptual topic on the Document architecture:
http://developer.apple.com/documentation/Cocoa/Conceptual/Documents/
If you create different CFBundleDocumentType entries for each
extension, you can still use the same NSDocument subclass, and the
CFBundleTypeName is the string passed as the ofType: parameter in the
various methods used to create and load an NSDocument.
http://developer.apple.com/documentation/Cocoa/Conceptual/Documents/Concepts/DocTypePList.html
Hope that helps,
Louis
_______________________________________________
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.