DocumentController and Folders
DocumentController and Folders
- Subject: DocumentController and Folders
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Thu, 20 Mar 2003 12:14:33 +0100
I want to write a document based Cocoa application which opens not
files but folders (directories).
How?
I could make a category on NSDocumentController with my own version of
openDocument, but the docs say that NSDocumentController "adds these
objects to the list of NSDocument objects managed by the receiver."
How could I do this?
What I really want is:
[ [ NSDocumentController sharedDocumentController ]
setCanChooseDirectories: YES ];
Maybe some special entries in Info.plist ? But what?
I am rather puzzled and any suggestions would be very much appreciated.
Gerriet.
_______________________________________________
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.