Version: 4.1.2
11 Finder
This parameter determines the parent of the dialogs created by
finder:get-file, finder:put-file,
finder:common-get-file, finder:common-put-file,
finder:common-get-file-list, finder:std-get-file,
and finder:std-put-file.
This parameter controls the default extension for the framework’s
finder:put-file dialog. Its value gets passed as the
default-extension argument to put-file.
Its default value is "".
This parameter controls the default filters for the framework’s
finder:put-file dialog. Its value gets passed as the
default-filters argument to put-file.
Its default value is '(("Any" "*.*")).
This procedure queries the user for a single filename, using a
platform-independent dialog box. Consider using
finder:put-file instead of this function.
This procedure queries the user for a single filename, using a
platform-independent dialog box. Consider using
finder:get-file instead of this function.
This procedure queries the user for a single filename, using a
platform-dependent dialog box. Consider using
finder:put-file instead of this function.
This procedure queries the user for a single filename, using a
platform-dependent dialog box. Consider using
finder:get-file instead of this function.
Queries the user for a filename.
If the result of (preferences:get 'framework:file-dialogs)
is 'std this calls finder:std-put-file, and if it
is 'common, finder:common-put-file is called.
Queries the user for a filename.
If the result of (preferences:get 'framework:file-dialogs)
is 'std this calls finder:std-get-file, and if it
is 'common, finder:common-get-file is called.
This procedure queries the user for a list of filenames, using a
platform-independent dialog box.