drscheme:language:put-executable in DrScheme Tools Functions
(drscheme:language:put-executable -> (union false? string?)
parent program-filename mred? launcher? title)
parent : (is-a?/c top-level-window<%>)
program-filename : string?
mred? : boolean?
launcher? : boolean?
title : string?
Calls the MrEd primitive
put-file with arguments appropriate for creating an executable
from the file program-filename.
The arguments mred? and launcher? indicate
what type of executable this should be (and the dialog
may be slightly different on some platforms, depending
on these arguments).
The title argument is used as the title to the primitive
put-file or
get-directory primitive.