How can i use NSSavePanel to select a directory?

Viewed 7863

I need the user select an existing or a new directory where my app can save a few files.

Can i do this with NSSavePanel or is there another directory selector class?

1 Answers
Related