#define wxOpen _wopen
#endif
#define wxAccess _waccess
- #define wxMkDir _mkdir
- #define wxRmDir _rmdir
+ #define wxMkDir _wmkdir
+ #define wxRmDir _wrmdir
#ifdef wxHAS_HUGE_FILES
#define wxStat _wstati64
#else
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);