get-file in editor<%>
Called when the user must be queried for a filename to load an
editor. A starting-directory path is passed in, but is may be
#f to indicate that any directory is fine.
(-> path orsendan-editorget-filedirectory)#f
directory: path or#fCalls the global
get-fileprocedure. Thedirectoryargument cannot be a string; it must be a path value, section 11.3.1 in PLT MzScheme: Language Manual.If the editor is displayed in a single canvas, then the canvas's top-level frame is used as the parent for the file dialog. Otherwise, the file dialog will have no parent.