DirsSync is a python tool to synchronise 2 directories. This application will synchronise all the files and all the sub-directories, and prompt the user to confirm all the moves.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
RFE 722547 (one-way updates) is implemented. OnCOPY() is renamed to OnSync(). RFE 741345 part 2 (allow deletion of files) is implemented. panellist.mkdir() creates a trailing directory if necessary. SyncAction() has been added, and OnSync is refactored and enhanced. A docstring which explains Windows idiosyncrasies has been created. logger-to-file was only used for testing purposes and has been deleted. The definition of True and False has been compacted for Python < 2.3. Transfer.__init__ arguments: comparison changed to options. Comparison wxChoice has been fixed to select the first element in list.