[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: C and system calls



On Mon, 3 Apr 2000, Bart Friederichs wrote:

> Hi,
> 
> Are there any system calls to move or copy files? I know I can do it with
> system("") but i don't like that solution.
> 
> Bart

rename(2), unlink(2) etc

OK


Reply to: