handler:open-file in Framework Functions
(handler:open-file)-> (or/c false/c (is-a?/c frame:basic<%>))This function queries the user for a filename and opens the file for editing. It uses
handler:edit-fileto open the file, once the user has chosen it.Calls
finder:get-fileandhandler:edit-file.