NAME remove_file - remove a file SYNOPSIS int remove_file(string file) DESCRIPTION Remove a file. 1 is returned if the file could be removed, 0 otherwise. This_object() needs write access to the specified file. SEE ALSO efun/copy_file, kfun/rename_file