Looking for a C system call to copy files
  Home FAQ Contact Sign in
comp.lang.c++ only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.c++ Profile…
 Up
Looking for a C system call to copy files         


Author: Avi
Date: May 28, 2007 16:35

Hi,

Is there a UNIX C system command that will let me copy a file?
I am looking for something similar to "cp" that can be called within a
C program.
I know of the "link" system call but this command will set a the
second file as a link to the first file rather than an independent
copy of the first file.
(Windows has the CopyFile command but I didn't find anything that
would work under UNIX)

I am also looking for C commands to move files. Is the C system call
"rename" equivalent to Window's specific MoveFileEx function?

Thanks,
Avner
1 Comment
Re: Looking for a C system call to copy files         


Author: Ian Collins
Date: May 28, 2007 16:45

Avi wrote:
> Hi,
>
> Is there a UNIX C system command that will let me copy a file?

Please don't multi-post on Usenet. See my reply elsewhere.

--
Ian Collins.
no comments