Wincopy – alpha release

Friend of mine, Derek Beyer (author of C#, COM+ Programming book) is writing –  Wincopy – alpha release, a rewrite of a microsoft utility called RichCopy. there are others like it in the market such as xxcopy and robocopy. however i wanted to take a stab at writing one myself.  what does this do? wincopy implements a windows explorer type interface that allows you to drag and drop folders from the left treeview to the right (only). at that point the application starts a recursive subroutine that searches through the directory structure of the source and copies files in each of the directories. threads are spawned off for each directory search and file copy task ala asynchronous delegates. the pause, stop and properties functionality are currently functional..  Check out the complete


http://derekbeyer.blogspot.com