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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user