.REMOV - force deaccess of file on close.

Alternate Entry Name: _BREMO

Usage:

B:
   .remov( unit );
C:
   #include <stdio.h>
   void _bremo(FILE *unit);

Where:

unit
is the unit whose file is to be deaccessed.

Description:

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

See Also:

expl b lib .leave

expl b lib open

Copyright © 1996, Thinkage Ltd.