select a archive and run this:
text zip_list2(, <crlf>, 2);the filenames will have <tab> prefixes. (if nested, after folder before filename)
text zip_list2(, <crlf>, 2);XYplorer File folder 10/9/21 4:52:28 PM\Code: Select all
! SC zip_list2: This fix from v23.50.0211 - 2022-08-28 11:15 did not really get it right.
Returned superfluous <tab> prefixes on filenames. Fixed.
Actually there *should* be <tab> prefixes on filenames IF the archive contains
folders and flags has bit 2 (Recurse folders). Otherwise the CSV columns of the
returned data are messed up. Fixed again.