-\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}
+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 case of HTTP protocol which doesn't provide
+this by default. wxHtml is using local cache to workaround
+this and to speed up connection)