[LC++]Copying files and deleting directories

Jack Lloyd lloyd at acm.jhu.edu
Thu Sep 9 01:00:02 UTC 2004


Copying: None (under Unix, anyway). You can to open your source and target,
         read from the source and into the target. Make sure to read it in
         pieces so you don't use ungodly amounts of memory.
Deleting: remove, rmdir, or unlink

On Wed, Sep 08, 2004 at 07:47:44AM -0700, Krishna Monian wrote:
> Hi All, 
> I have a very simple problem to solve, but am not
> having too much luck with it.
> 
> What is the function call to copy files under C/C++?
> What is the function call to delete files and
> directories under C/C++?
> 
> Thanks
> Krishna Monian
> 
> 
> 		
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - Send 10MB messages!
> http://promotions.yahoo.com/new_mail 
> 
> _______________________________________________
> This is the Linux C++ Programming List
> : http://lists.linux.org.au/listinfo/tuxcpprogramming List




More information about the tuxCPProgramming mailing list