NSOpenPanel — Mac OS X 10.0
This subclass of NSSavePanel
implements a Mac OS X
Open panel with
which users are presented a filesystem browser interface to choose
files or directories for the application to open. The Open panel is
created by invoking the class method openPanel
,
and is displayed onscreen using any of the
runModal..
. or beginSheet..
.
methods. After an Open panel has been closed by the user, an
application can obtain an array of the selected files or directories
as paths or URLs using the method filenames
or
URLs
.