SplitFile was designed to split (chop) a big file in small segments in order to be able to store them in floppy disks or CD (or in any other device).

It’s main feature is the ability to support very large files (up to 9,223,372,036,854,775,807 bytes = 8589934591 GB).

SplitFile can also be configured to increase performances if used with fast disks (adjusting the read and write buffer up to 32 times the commonly used value).

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!