|
Split and join files library
Hello people!
I created a library to merge the split files. (My first library)
With this library you can split or join files.
Update 1.01 add functions:
- ProcIsRunning
- CurrProcStop
Update 1.02 changes:
- Inplemented in function SplitFile varible to output files destination
- fixed size limited on 2 GB. You can now use parts larger than 5 GB if necessary.
- fixed return of function MergeFiles. Now returns "True" if size of the destination files is equal to the sum of the size of original part and the previous size of destination file before process.
If anyone wants to test, and give some suggestion.
If anyone finds this DLL useful post on another topic.
PS: To analyze the performance of the library it is good to test on large files.
I hope it's useful.
Last edited by Cesar82; 05-06-2017 at 19:24.
Reason: Added update 1.02
|