Click here to Skip to main content
Licence 
First Posted 3 Jun 2004
Views 39,570
Bookmarked 24 times

FileCollector

By | 3 Jun 2004 | Article
A simple tool for collecting files, written in C#, with shell32 support.

Sample screenshot

Introduction

Lately, I often need to get all the sources of the project together with all the dependencies etc. So, I looked for a tool to select all the desired files and copy them to a single directory. Since I didn't find one, I wrote one.

Using FileCollector

In the main tree, you can select the files you want. Every selection (positive or negative) affects the entire subtree. So you can, for instance, first select the project dir, then deselect the bin and obj and any other files you don't want to take, and so on.

Once you selected all the directories and files, specify a target path, and start the collecting. Warning: Since I figured that the target path is for this purpose only and, even more, is temporary, the tool deletes the target path every time you start collecting.

And the best thing is: if you select the desired files and save the settings to a .fc file, you can start the collection by choosing the context-menu option 'Start' in the Explorer, without bothering to open the Form. That way, you can get the target up to date really quickly.

About the Code

The interesting part is the main treeview. Icons for this one are extracted like shown in furty's FolderTreeView. The delete and copy business (with the nice Windows dialogs) is done with help from arikp's "C# does shell, Part 2". So thanks to both of them - this simply makes a tool look much more 'Windows' ;).

Information about the selected items is stored in the CollectorSettings class by means of positive and negative information. Nothing fancy. The rest is some event handling and some System.IO - but no need to write another article on that stuff :)

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

BenDi

Web Developer

Germany Germany

Member

I did my diploma in Dresden and Sydney where I dealt with algorithms, agents and other cool AI stuff. Now I moved to Frankfurt to work on my PhD dealing with software structures for artificial intelligence systems. If I can, I do things in C# and ASP.NET, but if I have to, my C++, Java and SQL are not that bad.
Long Live .NET.

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
QuestionHow to collect files with the same name PinmemberTechOnline13:16 28 Nov '04  
AnswerRe: How to collect files with the same name PinsussAnonymous0:39 29 Nov '04  
GeneralRe: How to collect files with the same name PinmemberTechOnline1:11 29 Nov '04  
GeneralRe: How to collect files with the same name PinmemberBenDi5:00 29 Nov '04  
GeneralRe: How to collect files with the same name PinmemberTechOnline10:38 29 Nov '04  
GeneralRename UserName\Log.txt to UserName_Log.txt PinmemberHerbert Yu10:39 9 Jan '08  
General... PinmemberRocky Moore0:02 6 Jun '04  
GeneralRe: ... PinmemberBenDi4:15 6 Jun '04  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web02 | 2.5.120517.1 | Last Updated 4 Jun 2004
Article Copyright 2004 by BenDi
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid