Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top