So I added dirname: mkdirRecurse(dirname(toUTF8(entry.filename)));
This doesn't work, telling that it can't create a folder that already exists.
So I added dirname: mkdirRecurse(dirname(toUTF8(entry.filename)));
This doesn't work, telling that it can't create a folder that already exists.