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:
@@ -452,7 +452,7 @@ const int wxInvalidOffset = -1;
|
||||
WXDLLIMPEXP_BASE bool wxFileExists(const wxString& filename);
|
||||
|
||||
// does the path exist? (may have or not '/' or '\\' at the end)
|
||||
WXDLLIMPEXP_BASE bool wxDirExists(const wxChar *pszPathName);
|
||||
WXDLLIMPEXP_BASE bool wxDirExists(const wxString& pathName);
|
||||
|
||||
WXDLLIMPEXP_BASE bool wxIsAbsolutePath(const wxString& filename);
|
||||
|
||||
|
Reference in New Issue
Block a user