X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/559fe022dbd5d4d961402b5c973e5225fa91f17f..7cd315c655229ba48e864f58f83b4afbbf9fa8d9:/docs/latex/wx/fsfile.tex diff --git a/docs/latex/wx/fsfile.tex b/docs/latex/wx/fsfile.tex index 14b54ccd7d..1da9827a32 100644 --- a/docs/latex/wx/fsfile.tex +++ b/docs/latex/wx/fsfile.tex @@ -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 a 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}