File Split / Merge

A small tool for splitting and joining files
Download

File Split / Merge Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Bijesh
  • Publisher web site:
  • http://www.codeproject.com/Members/Bijesh
  • Operating Systems:
  • Windows All
  • File Size:
  • 12 KB

File Split / Merge Tags


File Split / Merge Description

The File Split / Merge application was developed to be a small tool for splitting and joining files. It uses two classes, one for splitting a file into smaller chunks and another for merging smaller files into one. CFileSplitThis class is used for splitting a file into multiple parts. There are two ways to split a file using this :- split into a fixed number of files, or split into files of a specific size each. The class is derived from CWinThread class.CFileMergeThis class does the opposite of the above; it takes a bunch of files and combines it into one. (copy /b command in DOS can also do the same thing). It is implemented similar to CFileSplit.


File Split / Merge Related Software