Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ remove(3) — NEWS-os 4.2.1R

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

unlink(2)

rmdir(2)

REMOVE(3)  —  NEWS-OS Programmer’s Manual

NAME

remove − remove file

SYNOPSIS

int remove(path)
const char ∗path;

DESCRIPTION

remove causes the file whose name is the string pointed to by path to be no longer accessible by that name. A subsequent attempt to open that file using that name will fail, unless the file is anew. 
 

RETURN VALUE

Upon successful completion, a value of 0 is returned.  Otherwise, a value of −1 is returned and errno is set to indicate the error. 
 

SEE ALSO

unlink(2), rmdir(2)

NEWS-OSRelease 4.2.1R

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026