drscheme:language:put-executable in DrScheme Tools Functions
(drscheme:language:put-executable-> (union false/c path?)parentprogram-filenamemred?launcher?title)
parent: (is-a?/ctop-level-window<%>)
program-filename: path?
mred?: boolean?
launcher?: boolean?
title: string?Calls the MrEd primitive
put-filewith arguments appropriate for creating an executable from the fileprogram-filename.The arguments
mred?andlauncher?indicate what type of executable this should be (and the dialog may be slightly different on some platforms, depending on these arguments).The
titleargument is used as the title to the primitiveput-fileorget-directoryprimitive.