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 via email to