]> git.saurik.com Git - wxWidgets.git/commitdiff
documented that wxFileModificationTime() returns 0 (and not a more natural -1) if...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 Jun 2005 23:50:43 +0000 (23:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 Jun 2005 23:50:43 +0000 (23:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/function.tex

index ee09e36d365f27b1c978d595f7ab8f3316e1219a..ac1fc9f3be2c128087a67d2c044dd0f5eb1196fb 100644 (file)
@@ -939,6 +939,8 @@ Returns true if the file exists and is a plain file.
 
 Returns time of last modification of given file.
 
+The return value is $0$ if an error occured (e.g. file not found).
+
 
 \membersection{::wxFileNameFromPath}\label{wxfilenamefrompath}