Pack in place means "create the archive in the source directory instead of in the target directory".
This means either when pressing Ctrl and using the "Pack files" button
or when manually removing the path to a file, i.e. when changing:
Code: Select all
bzip2:"c:\dir1\file1.txt.bzip2"
Code: Select all
bzip2:"file1.txt.bzip2"
and
Code: Select all
bzip2:"file1.txt.bzip2"
Code: Select all
*.*.bzip2"
This would result in file1 being merely copied to file1.txt.bzip2,
so if you're not watching what is entered in the path box, files with wrong extensions can be created.
Things can get even weirder when you now select another extension, e.g. .cab:
Code: Select all
cab:*.*.CAB"
and we get:
Code: Select all
cab:bzip2:"file1.txt.CAB"
Tested with TC 8.51a 32bit.