A simple tool for mirroring directories. You simply choose a source
directory and the directory that should be used as a mirror. The files
are then copied from the source to the mirror, without wasting time on
copying files already in the mirror.
To use this program you need to have MS .Net framework installed, the latest
version of it can be downloaded from www.microsoft.com (Follow the link at the top of the page).
Version 1.3
===========
* Cleaned up code.
* Fixed a problem when mirroring files, the date and time wasn't
always correctly set fixed it by doing an extra round after
copying files just to set all the date and time. I think this
was caused either by a bug in the .Net framework or the OS.
Version 1.2
===========
First public release.
* Cleaned up user interface to make it more "consumer friendly".
* Simplified transferring to make it less cryptic.
* Added command line options, you can start a CopyDirect operation
by typing: A2B
* Fixed a problem when mirroring write protected files.
Version 1.1
===========
Internal use
* Added transferring functionality
* Threaded the application to allow GUI feedback during long copy
operations.
Version 1.0
===========
Internal use