|
From: Kees J. <kee...@om...> - 2003-05-12 10:56:49
|
On Monday 12 May 2003 12:32 pm, Gerard van de Looi wrote: > Isn't is possible to list all files in de config/applications directory > within the archive? Well if you know it's a archive yes, but what you wil get back are not files but ZipEntries and no functions to actualy list directories by definition ZipEntries with names terminating with "/" are directories so its possible to list all zip entries stating with config/applications but MMBase often passed File as paramters to function. so if you realy want the files you will need to unzip/jar the archive |