REMOVE(3C)
NAME
remove − remove a file
SYNOPSIS
#include <stdio.h>
int remove (path)
const char ∗path;
DESCRIPTION
Remove removes the file named by path. If path does not name a directory, remove(path) is equivalent to unlink(path). If path names a directory, remove(path) is equivalent to rmdir(path).
SEE ALSO
STANDARDS CONFORMANCE
remove: XPG3, POSIX.1, FIPS 151-1, ANSI C
Hewlett-Packard Company — HP-UX Release 7.0: Sept 1989