Why build the engine when you only need to drive the car?
-Original Message-
From: Adam H. Pendleton [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 02, 2003 10:33 PM
To: [EMAIL PROTECTED]
Subject:Re: File Copying Library
<< File: PGP.sig >> Yes, I am
If you want easy you can alway do a system call.
On Thu, 2 Jan 2003, Adam H. Pendleton wrote:
> Since today seems to be filled with programming questions, i thought I
> would send mine in. Is there a library out there somewhere that
> provides the functionality of the "cp" program? I need to i
the retval?
/B
- Original Message -
From: "David Busby" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 02, 2003 15:31
Subject: Re: File Copying Library
List,Adam,
Since the code for CP is open, could you just look in there? You
could
even tr
Well it seems I need to read fully before responding...sorry
Can you system("cp -ax /blah /bloop"); and just check the retval?
/B
- Original Message -
From: "David Busby" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 02, 2003 15:31
S
uot;Adam H. Pendleton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 02, 2003 15:26
Subject: File Copying Library
> Since today seems to be filled with programming questions, i thought I
> would send mine in. Is there a library out there somewhere that
> p
Since today seems to be filled with programming questions, i thought I
would send mine in. Is there a library out there somewhere that
provides the functionality of the "cp" program? I need to incorporate
the ability to copy files into a program of mine, and so far the best
that I have been a