View Single Post
  #11  
Old 02-06-2017, 23:39
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
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.
Attached Files
File Type: rar Splitter_DLL.rar (1.10 MB, 63 views)
File Type: rar Update 1.02.rar (181.4 KB, 36 views)

Last edited by Cesar82; 05-06-2017 at 19:24. Reason: Added update 1.02
Reply With Quote
The Following 3 Users Say Thank You to Cesar82 For This Useful Post:
78372 (03-06-2017), KaktoR (04-06-2017), Simorq (03-06-2017)