
Originally Posted by
a902cd23
I dont know if its a bug or feature, but if I compress "fp8 -7 game game\*" i expect to get game.fp8 as output, and i do. But fp8 also compress all files in folder twice - with and without path (game\) so 22 files become 44.
It is feature. You compress twice because all files listed are compressed if exists and first file name is also used for naming archive so file1="game" file2="game\*"
Code:
- To compress: fp8 [-N] file1 [file2...]
The compressed output file is named by adding ".fp8" extension to
the first named file (file1.fp8). Each file that exists will be
added to the archive and its name will be stored without a path.