Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top