can-load-file? (augmentable only) in editor<%>
Called just before the editor is loaded from a file. If the return
value is #f, the file is not loaded. See also
on-load-file and
after-load-file.
(-> booleansendan-editorcan-load-file?filenameformat)
filename: path
format: symbol in'(guess standard text text-force-cr same copy)The
filenameargument is the name the file will be loaded from. Seeload-filefor information aboutformat.The
filenameargument cannot be a string; it must be a path value, section 11.3.1 in PLT MzScheme: Language Manual.