X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a64b24d3e326c2fd63d843c789fce97aab68b13..d26adb9df7d83c7c1280afdc22679978fba3ff90:/docs/latex/wx/function.tex?ds=sidebyside diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index ee09e36d36..9379c09997 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -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} @@ -1068,7 +1070,9 @@ Returns the directory part of the filename. \membersection{::wxUnix2DosFilename}\label{wxunix2dosfilename} -\func{void}{wxUnix2DosFilename}{\param{const wxString\& }{s}} +\func{void}{wxUnix2DosFilename}{\param{wxChar *}{s}} + +This function is deprecated, use \helpref{wxFileName}{wxfilename} instead. Converts a Unix to a DOS filename by replacing forward slashes with backslashes.