.LEAVE - leave file accessed when closed.

Alternate Entry Name: _LEAVE

Usage:

B:
   .leave( unit );
C:
   void _leave(FILE *unit);

Where:

unit
is the unit whose file is to be left accessed.

Description:

.LEAVE arranges that the file associated with an I/O unit is not deaccessed when the file is closed. This has the same effect as specifying the "k" action to OPEN, but it is done after the unit has been opened.

See Also:

expl b lib .remov

expl b lib open

Copyright © 1996, Thinkage Ltd.