Appearance
rm() - remove a file
int rm( string file );
Remove file 'file'. Returns 0 for failure and 1 for success.
mkdir(3), rmdir(3), link(3)