Merge/Split features
Brought to you by:
glaubermpires
Add additional information to .open file to help on merge feature.
Description:
Split(modifications)
-Add the size of each splited file to the .open file
Merge(modifications)
Before Merge
-Check if any file is missing;
-Check the size of all the splitted files before the merge feature;
-Check the Adler32 of all files before the merge;
-Show message if any file has different size, different adler32 or is missing;
-If any error was found ask the user want if he wanna continue anyway (and merge as many files as possible) else merge the file.