Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

unlink - Delete a file

&pagelevel(4)&pagelevel

Definition

#include <stdio.h>

int unlink(const char *f_name);

unlink continues to be supported for compatibility reasons; it works in the same way as the ANSI function remove (q.v.).

See also

remove