finder:common-get-file in Framework Functions
(finder:common-get-file -> (union string? false?)
directory prompt filter filter-msg parent)
directory = : (union string? false?)
#f
prompt = : string?
"Select File"
filter = : (union regexp? false?)
#f
filter-msg = : string?
"That filename does not have the right form."
parent = : (union false? (is-a?/c #ftop-level-window<%>))
This procedure queries the user for a single filename, using a
platform-independent dialog box. Consider using
finder:get-file instead of this function.
See section 11 for more information.