Relative path to parent folder does not work
Author: ottovilleCreated Sep 5, 2015Updated Sep 8, 2026
Labelsbug
Following statements should return equal result: zip.file('word/customXml/item2.xml') zip.folder('word').file('../customXml/item2.xml')
But instead of file object, later return null.
Source: Stuk/jszip