lzham_codec
lzham_codec copied to clipboard
lzham compress the whole directory?
I would like to compress the whole directory to a single file, it is good if you can provide that method.
Traditionally, grouping of files into an archive tends to be orthogonal to compression. Some formats conflate this, but lzham is a pure compression scheme.
You may want to look at using tar archives, or use lzham as the compression component of a 7z archive, if still possible.