correct wxDirExists() parameter type (closes 1220417)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-10-25 00:13:22 +00:00
parent b1c08dbd62
commit 5145a8cfe5

View File

@@ -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}