`man 2 unlink` gives:
UNLINK(2)                        Linux Programmer's Manual                       UNLINK(2)
 
NAME
       unlink - delete a name and possibly the file it refers to
 
SYNOPSIS
       #include <unistd.h>
 
       int unlink(const char *pathname);
 
----- Original Message -----
From: cana rich
Sent: Thursday, January 09, 2003 02:04
Subject: HOWTO : delete a file in C program?

Hello,

     I am using RedHat 72 and i would like to make a C program which delete a file in a directory.

Could you tell me how?

Thanks in advance

Canarich





Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Testez le nouveau Yahoo! Mail

Reply via email to