-\begin{verbatim}
-index.htm#anchor /* 'anchor' is anchor */
-index/wx001.htm /* NO anchor here! */
-archive/main.zip#zip:index.htm#global /* 'global' */
-archive/main.zip#zip:index.htm /* NO anchor here! */
-\end{verbatim}
+\constfunc{wxDateTime}{GetModificationTime}{\void}
+
+Returns time when this file was modified.
+
+\membersection{wxFSFile::GetStream}\label{wxfsfilegetstream}
+
+\constfunc{wxInputStream*}{GetStream}{\void}
+
+Returns pointer to the stream. You can use the returned
+stream to directly access data. You may suppose
+that the stream provide Seek and GetSize functionality
+(even in the case of the HTTP protocol which doesn't provide
+this by default. wxHtml uses local cache to work around
+this and to speed up the connection).