Delete a file
Integer_Type remove (String_Type file)
The remove function deletes a file. It returns 0 upon success, or -1 upon error and sets errno accordingly.