Directory Copier

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
priyank_bolia
wxWorld Domination!
wxWorld Domination!
Posts: 1339
Joined: Wed Aug 03, 2005 8:10 am
Location: BANGALORE, INDIA
Contact:

Directory Copier

Post by priyank_bolia »

Directory Copier copies one folder and files within it to another location. You can configure which all files to copy and which all to be left. The include file name mask has to be more generic and exclude file name mask narrows the search criteria. You can also create a single zip achieve from the folder, and can specify whether to copy empty files or not. If file is already present in destination directory, you can specify, whether to overwrite it or not, or overwrite if newer version. Can be run from command prompt automatically using the "-a source destination" command line arguments. The thread priority can be set to copy in background or copy using the maximum priority. One of the feature is that you can copy only the directory structure, without copying any files.

Image

Released under GPL 3.0 license
Download available from: http://priyank.co.in/
Note: Registration required, if you want to download.
vdell
Ultimate wxWidgets Guru
Ultimate wxWidgets Guru
Posts: 536
Joined: Fri Jan 07, 2005 3:44 pm
Location: Finland
Contact:

Post by vdell »

Moved to "Announcements and Discoveries" since the idea of the "Code Dump" is to provide the code here in the forum. Also, I'm sure the code would get a lot more interest if people wouldn't need to register to some site to get it.
Visual C++ 9.0 / Windows XP Pro SP3 / wxWidgets 2.9.0 (SVN) | Colligere
Post Reply