]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/zipstrm.tex
added new text event macros description
[wxWidgets.git] / docs / latex / wx / zipstrm.tex
index c2864364aa7f1b7e5cf288ca17440f062c8b3132..33a4f3ff0b75207bc485b6162f755788476a11a7 100644 (file)
@@ -9,6 +9,13 @@ This class is input stream from ZIP archive. The archive
 must be local file (accessible via FILE*).
 It has all features including GetSize and seeking.
 
+\wxheading{Note}
+
+If you need to enumerate files in ZIP archive, you can use 
+\helpref{wxFileSystem}{wxfilesystem} together with wxZipFSHandler (see 
+\helpref{the overview}{fs}.
+
+
 \wxheading{Derived from}
 
 \helpref{wxInputStream}{wxinputstream}