Baumann, Konstantin wrote:
Hi Even!

That sounds cool. Is there also a function for retrieving all available
files inside of a ZIP archive?

Kosta,

Programatically this can presumably be accomplished with VSIReadDir()
(aka CPLReadDir()).

char CPL_DLL **VSIReadDir( const char * );

The VSI filesystem operations should generally work on virtual
file systems, though in the case of the zip driver I presume all the
update operations (like VSIRename() or VSIUnlink()) are unimplemented.

Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, [EMAIL PROTECTED]
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent

_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to