RE: File Copying Library

2003-01-03 Thread Rick Carroll
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

Re: File Copying Library

2003-01-02 Thread hanfamily
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

Re: File Copying Library

2003-01-02 Thread Adam H. Pendleton
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

Re: File Copying Library

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

Re: File Copying Library

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

File Copying Library

2003-01-02 Thread Adam H. Pendleton
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