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.
remove_file - remove a file
int remove_file(string file)
Remove a file. 1 is returned if the file could be removed, 0
otherwise.