c_delfil - Deletes a specified file

SYNTAX

#include "las.h"

FUNCTION c_delfil (hname)

     char               *hname;

PARAMETERS

hname (input, character, length(CMLEN))

Host filename which is to be deleted.

DESCRIPTION

The c_delfil() routine is used to delete a specified host file. If it is an image file that is being deleted, the DDR and history files will also be deleted if it exists.

RETURN VALUE

c_delfil() has no return values. The routine may output other informational error messages.