Announcement

Collapse
No announcement yet.

Zip.Extract unexpected behaviour

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Zip.Extract unexpected behaviour

    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

  • #2
    I confirmed this, and logged the issue to be looked into during a future update. Thank you for the report.

    The ZipEx plugin works properly, though. LuaZip may also work, if you can find a Lua 5.0 version built as a plugin.

    Ulrich

    Comment

    Working...
    X