Added GetTempDir

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-10-23 17:47:02 +00:00
parent 8ddf534ad5
commit 8d7d6deac6
3 changed files with 64 additions and 48 deletions

View File

@@ -556,6 +556,13 @@ In case of success, the returned string is a floating-point number with {\tt pre
followed by the size unit (B, kB, MB, GB, TB: respectively bytes, kilobytes, megabytes, gigabytes, terabytes).
\membersection{wxFileName::GetTempDir}\label{wxfilenamegettempdir}
\func{static wxString}{GetTempDir}{\void}
Returns the directory used for temporary files.
\membersection{wxFileName::GetTimes}\label{wxfilenamegettimes}
\constfunc{bool}{GetTimes}{\param{wxDateTime* }{dtAccess}, \param{wxDateTime* }{dtMod}, \param{wxDateTime* }{dtCreate}}