HOWTO : delete a file in C program?

2003-01-09 Thread cana rich
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 CanarichDo You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Testez le nouveau Yahoo! Mail

Re: HOWTO : delete a file in C program?

2003-01-09 Thread David Busby
: 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

RE: HOWTO : delete a file in C program?

2003-01-09 Thread Cameron . Davidson
David Busby mailto:[EMAIL PROTECTED] wrote on Thursday, 9 January 2003 20:09: `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