1. Show current activity as completed successfully/error/warning on progress details screen when copy job is over. If all file copied then show no file in lower section of progress details screen.
2. Log file will have timestamp in 24 hour format.
3. Total discovered directory, files and size is displayed in log before starting copying files or creating dirs.
4. CopyFileAttributes is done as file is copied. We are not caring about Archive flag.
5. File is deleted from source as file is copied to target in case of MOVE.
6. Deletion of a file in mid of copy job will be treated as skipped files.
7. Show start time in dd-MMM-yy HH:mm:ss in progress details screen.
8. Size of widget in progress detail screen is decreased, so 4 widgets may appear in single row on progress detail screen.
9. Show actual copied file size on progress detail screen.
10. Folder Security (ACL) will be copied with multiple threads always.
11. Handle long path error in copying security. Path should be less than 260 char and individual dir name must be less than 248 char.
12. New task will be created with 'Run as manual' setting in expert mode.
13. Removing empty folders from source after MOVE will be fast and reliable. It will remove only the folders those were moved to target.
14. App will run always configured number of threads for copying DIR sec, timestamp and attributes.
15. Show app version, trial version info, no of threads, copy option and copy flags on progress detail screen.
16. Wild card support instead of regex for exclusion/inclusion.
17. VSS issues fixed for Windows server 2008 machines.
18. Changed the logic to check for existing directory.