Connecting Tech Pros Worldwide Help | Site Map

cp

 
LinkBack Thread Tools Search this Thread
  #1  
Old June 27th, 2008, 04:43 PM
call_me_anything
Guest
 
Posts: n/a
Default cp

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, 04:43 PM
utab
Guest
 
Posts: n/a
Default 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, 04:43 PM
The Architect
Guest
 
Posts: n/a
Default 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++.
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.