RETFIL - remove a file from the AFT.

Alternate Entry Name: .RETFI

Usage:

B:
   retfil( name );
   retfil( vector );
C:
   void retfil(const char *name);
   void retfil(const char *vector);

Where:

name
is a B string containing the AFT name of the file to be removed.
vector
points to a two-word vector containing the AFT name of the file (as returned by ACC.FIL).

Description:

RETFIL will remove a given file from the AFT. CLOSE should be used for files opened with a call to OPEN. RETFIL is intended for files opened with ACC.FIL.

See Also:

expl b lib acc.fil

expl b lib remov

Copyright © 1996, Thinkage Ltd.