I am trying to divide a binary file (like video/audio/image) into chunks of 100kb each and then join those chunks back to get back the original file. My code seems to be wor
Are there more than 10 chunks? Then the program will concatenate *.part1 + *.part10 + *.part2 and so on.