.FEDIT - edit a file name for printing.

Alternate Entry Name: _FEDIT

Usage:

B:
   filename = .fedit(filename);
C:
   char *_fedit(char *filename);

Where:

filename
is a string containing a file name to be edited.

Description:

This routine is used to edit a file name before printing an error message. It isolates the first file name in the "filename" string, stripping off passwords and any other file names concatenated to the first one. The "filename" string is edited in place.

Copyright © 1996, Thinkage Ltd.