From: Vadim Zeitlin Date: Wed, 25 Oct 2006 00:13:22 +0000 (+0000) Subject: correct wxDirExists() parameter type (closes 1220417) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5145a8cfe50812bdf31df33901b13bcc1e17c11b?ds=sidebyside correct wxDirExists() parameter type (closes 1220417) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index ad94c6e4f5..82761cdef1 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -1078,9 +1078,9 @@ or drive name at the beginning. \membersection{::wxDirExists}\label{functionwxdirexists} -\func{bool}{wxDirExists}{\param{const wxString\& }{dirname}} +\func{bool}{wxDirExists}{\param{const wxChar *}{dirname}} -Returns true if the path exists. +Returns true if \arg{dirname} exists and is a directory. \membersection{::wxPathOnly}\label{wxpathonly}