finder:get-file in Framework Functions
(finder:get-file -> (union string? false?)
directory prompt filter filter-msg parent)
directory = : (union string? false?)
#f
prompt = : string?
"Select File"
filter = : (union regexp? string? false?)
#f
filter-msg = : string?
"That filename does not have the right form."
parent = : (union false? (is-a?/c #ftop-level-window<%>))
Queries the user for a filename.
If the result of (
is preferences:get 'framework:file-dialogs)'std this calls
finder:std-get-file, and if it is 'common,
finder:common-get-file is called.