HI all,
when I try to extract only a set of files from a zip with Zip.Extract I've a strange behaviour.
If the file names have more than one dot in the name, for example the files in the zip are xyz.zyx.qwe.FCTR and xyz.zyx.qwe.FCTR, then the Zip.Extract doesn't work as expected.
If I would extract that files I'll use {"*.FCTR"} as files table, but if I use it there are no match (result message is "There was nothing to extract in the unzip action").
If in the zip I replace the dots (but the last) with underscores, all works fine.
Thank you
Luca
when I try to extract only a set of files from a zip with Zip.Extract I've a strange behaviour.
If the file names have more than one dot in the name, for example the files in the zip are xyz.zyx.qwe.FCTR and xyz.zyx.qwe.FCTR, then the Zip.Extract doesn't work as expected.
If I would extract that files I'll use {"*.FCTR"} as files table, but if I use it there are no match (result message is "There was nothing to extract in the unzip action").
If in the zip I replace the dots (but the last) with underscores, all works fine.
Thank you
Luca
Comment