Next Previous Up Top Contents Index

9.4 The OPERATING-SYSTEM module

application-arguments

Function

Summary

Returns the arguments passed to the running application.

Signature

application-arguments => arguments

Arguments

None.

Values

arguments
An instance of <simple-object-vector>.

Library

system

Module

operating-system

Description

Returns the arguments passed to the running application as a vector of instances of <byte-string>.

See also

application-filename, page 181

application-name, page 183

tokenize-command-string, page 191


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index