Connecting Tech Pros Worldwide Help | Site Map

cp

  #1  
Old June 27th, 2008, 05:43 PM
call_me_anything
Guest
 
Posts: n/a
Is there some language level support for operations like cp, mv, find
etc. ?
Requirement is to have a code which will do file cp/mv, look for some
files recursively etc.
Also, the code should run on linux, solaris as well as windows.
  #2  
Old June 27th, 2008, 05:43 PM
utab
Guest
 
Posts: n/a

re: cp


On Mon, 19 May 2008 02:09:22 -0700, call_me_anything wrote:
Quote:
Is there some language level support for operations like cp, mv, find
etc. ?
Requirement is to have a code which will do file cp/mv, look for some
files recursively etc.
Also, the code should run on linux, solaris as well as windows.
These are not standard C++ features however Boost::filesystem is what you
are looking for, for the time being I am not sure how much of your
requirements are satisfied by this library but I suppose quite a lot ;)

--
Umut
  #3  
Old June 27th, 2008, 05:43 PM
The Architect
Guest
 
Posts: n/a

re: cp


On May 19, 2:25 pm, utab <umut.ta...@gmail.comwrote:
Quote:
On Mon, 19 May 2008 02:09:22 -0700, call_me_anything wrote:
Quote:
Is there some language level support for operations like cp, mv, find
etc. ?
Requirement is to have a code which will do file cp/mv, look for some
files recursively etc.
Also, the code should run on linux, solaris as well as windows.
>
These are not standard C++ features however Boost::filesystem is what you
are looking for, for the time being I am not sure how much of your
requirements are satisfied by this library but I suppose quite a lot ;)
>
--
Umut
Yes Boost would be the way to go for if you require "platform
independent" file support in C++.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
How Can I link a .cp file in the "main" header? Jofio answers 6 April 11th, 2006 05:05 PM
is any body having cp implementaion RAM answers 5 April 6th, 2006 09:45 PM
is any body having cp implementaion RAM answers 0 April 4th, 2006 08:25 AM
Problem with subprocess.call and cp Torsten Bronger answers 1 October 23rd, 2005 01:25 PM