Possible Duplicate:
Display file chooser dialog
What is the name of the file manager GUI. Like when you save as on a program and a file manager comes up. I'm talking about OSX 10.5 and upwards.
Possible Duplicate:
Display file chooser dialog
What is the name of the file manager GUI. Like when you save as on a program and a file manager comes up. I'm talking about OSX 10.5 and upwards.
when you save as on a program and a file manager comes up
You would use NSSavePanel
for this.
If you simply want to open a document or choose a directory, then you would use NSSavePanel's
subclass - NSOpenPanel
.