]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fsfile.tex
Large parts rewritten and reorganized
[wxWidgets.git] / docs / latex / wx / fsfile.tex
index 14b54ccd7d156daf8048ca71bf59c1ac95f8d3b1..1da9827a32dd078a3c480dd0607e7cfebde54fe7 100644 (file)
@@ -5,8 +5,8 @@
 
 \section{\class{wxFSFile}}\label{wxfsfile}
 
-This class represents single file opened by \helpref{wxFileSystem}{wxfilesystem}.
-It provides more information than wx's input stream 
+This class represents single file opened by \helpref{wxFileSystem}{wxfilesystem}.
+It provides more information than wxWindow's input stream 
 (stream, filename, mime type, anchor).
 
 {\bf Note:} Any pointer returned by wxFSFile's member is valid
@@ -108,6 +108,12 @@ Returns MIME type of the content of this file. It is either
 extension-based (see wxMimeTypesManager) or extracted from
 HTTP protocol Content-Type header.
 
+\membersection{wxFSFile::GetModificationTime}\label{wxfsfilegetmodificationtime}
+
+\constfunc{wxDateTime}{GetModificationTime}{\void}
+
+Returns time when this file was modified.
+
 \membersection{wxFSFile::GetStream}\label{wxfsfilegetstream}
 
 \constfunc{wxInputStream*}{GetStream}{\void}