Entries
949596979899100101102
return zip.exists(); } public void create(String path) throws IOException { if (!zip.exists()) { entries = new XmlEntries(path, true); sync(); } }
666768697071727374
} public void create(String path) throws IOException { if (!dir.exists()) { dir.mkdirs(); entries = new XmlEntries(path, true); sync(); } }