Function
Returns the full filename of the running application.
application-filename => false-or-filename
false-or(<byte-string>).
system
operating-system
Returns the full filename (that is, the absolute pathname) of the running application, or #f if the filename cannot be determined.
The following is an example of an absolute pathname naming an application:
"C:\Program Files\foo\bar.exe"