REMOV - remove file from AFT, given pathname.

Usage:

B:
   remov( pathname );
C:
   void remov(const char *pathname);

Where:

pathname
points to an ASCII string where the pathname is stored.

Description:

REMOV takes a pathname, determines the AFT name (taking alternate names, subcatalogs, etc. into account), and removes the file from the AFT. There is no error return. REMOV differs from RETFIL in that RETFIL only uses the first eight characters of the name passed to it.

See Also:

expl b lib retfil

Copyright © 1996, Thinkage Ltd.