[plt-scheme] exe name

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Jul 28 12:30:29 EDT 2004

At Wed, 28 Jul 2004 08:56:11 -0700 (PDT), Ron Stanonik wrote:
> I created an exe
>   mzc --exe module module.ss
> 
> At runtime how can I get the name of the exe?


 (find-system-path 'exec-file)


Matthew



Posted on the users mailing list.