Function
KILLFILE <filename>
Purpose:
This function will take a complete filepath and filename as a string and will
delete the file.
Parameters:
<filename> - This is a string variable that must include the complete file path
and filename of the
file that you want to erase.
Return Values:
Returns a value of 0 if not successful
Returns a value of 1 if successful
|