// lists files only - who needs to list directories?! // lists in typical .zip fashion - dir1/dir2/bla.txt static LS listZip(File inZip) { ret listZipFile(inZip); } static LS listZip(S inZip) { ret listZipFile(inZip); }