Next Previous Up Top Contents Index

9.4 The OPERATING-SYSTEM module

application-filename

Function

Summary

Returns the full filename of the running application.

Signature

application-filename => false-or-filename

Arguments

None.

Values

false-or-filename
An instance of false-or(<byte-string>).

Library

system

Module

operating-system

Description

Returns the full filename (that is, the absolute pathname) of the running application, or #f if the filename cannot be determined.

Example

The following is an example of an absolute pathname naming an application:

"C:\Program Files\foo\bar.exe"

See also

application-arguments, page 182

application-name, page 181

tokenize-command-string, page 191


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index