Re: NSOpenPanel and New Folder button
Re: NSOpenPanel and New Folder button
- Subject: Re: NSOpenPanel and New Folder button
- From: Stefan Jung <email@hidden>
- Date: Wed, 2 May 2001 14:41:02 +0200
Am Mittwoch, 2. Mai 2001 um 10:16 schrieb Steve Gehrman:
I'm using the NSOpenPanel to allow the user to select a
destination folder. It works great, but I need a "New Folder"
button. Is there another panel that allows the user to choose a
destination folder that does include a New Folder button? If
not, please add to Cocoa.
The NSSavePanel has a setAccessoryView: method. I am curious why
you need a NewFolder button in an Open dialog.
Stefan Jung