fremove
| fremove | 
  Purpose
 
  Synopsis
 
int fremove(XPRMcontext ctx, const char *todel);
 
  Arguments
 
| 
     ctx 
     | 
     Mosel's execution context
     | 
| 
     todel 
     | 
     File to be removed
     | 
  Return value
 
 0 if successful, 1 if
 todel cannot be open and 4 if the operation is not possible.
  Further information
 
 This function deletes file
 todel. A return value of 4 may indicate that the driver does not support file removal.
 
 
