If you just want to let them choose a folder, use NSOpenPanel (calling -setCanChooseFiles:NO and -setCanChooseDirectories:YES on the save panel before displaying it).

On May 19, 2008, at 11:04 AM, Nick Rogers wrote:

Hi,
I have to let the user browse thru the filesystem and choose a directory for saving some data.
So is NSSavePanel right for the job or there is something else too.
cause from what I gather NSSavePanel requires to type in a fileName and then returns the path to that file.
Where as I don't want the fileName typing field in the save panel.

WIshes,
Nick

_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to