]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/filename.tex
Extended wxTextAttr and added wxTextCtrl::GetStyle stub
[wxWidgets.git] / docs / latex / wx / filename.tex
index 444f29025e9032bcf1445abb1ab260ecacb9d00d..a93a18c7ef96beb53aa9ea50b68213f677556b7a 100644 (file)
@@ -257,9 +257,9 @@ The full temporary file name or an empty string on error.
 
 \membersection{wxFileName::DirExists}\label{wxfilenamedirexists}
 
-\func{bool}{DirExists}{\void}
+\constfunc{bool}{DirExists}{\void}
 
-\func{bool}{DirExists}{\param{const wxString\& }{dir}}
+\func{static bool}{DirExists}{\param{const wxString\& }{dir}}
 
 Returns true if the directory with this name exists.
 
@@ -271,12 +271,16 @@ Returns the directory name.
 
 \membersection{wxFileName::FileExists}\label{wxfilenamefileexists}
 
-\func{bool}{FileExists}{\void}
+\constfunc{bool}{FileExists}{\void}
 
-\func{bool}{FileExists}{\param{const wxString\& }{file}}
+\func{static bool}{FileExists}{\param{const wxString\& }{file}}
 
 Returns true if the file with this name exists.
 
+\wxheading{See also}
+
+\helpref{DirExists}{wxfilenamedirexists}
+
 \membersection{wxFileName::FileName}\label{wxfilenamefilename}
 
 \func{wxFileName}{FileName}{\param{const wxString\& }{file}}