Вопрос

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top