changes wxDirExists() to accept wxString instead of wxChar*, so that it can be used with any string literals
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1114,7 +1114,7 @@ or drive name at the beginning.
|
||||
|
||||
\membersection{::wxDirExists}\label{functionwxdirexists}
|
||||
|
||||
\func{bool}{wxDirExists}{\param{const wxChar *}{dirname}}
|
||||
\func{bool}{wxDirExists}{\param{const wxString\& }{dirname}}
|
||||
|
||||
Returns true if \arg{dirname} exists and is a directory.
|
||||
|
||||
|
Reference in New Issue
Block a user