]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/archive/archivetest.cpp
Deprecate wxPathExists, make wxDirExists used everywhere, minor source cleaning.
[wxWidgets.git] / tests / archive / archivetest.cpp
index dd04edd3aabab7099aa4da7257601dd69db6d4cf..1e09053104273ed24fe4f69f7b755864da8a4a68 100644 (file)
@@ -912,7 +912,7 @@ void ArchiveTestCase<ClassFactoryT>::VerifyDir(wxString& path,
             name = m_factory->GetInternalName(
                     path.substr(rootlen, wxString::npos));
 
-            bool isDir = wxPathExists(path);
+            bool isDir = wxDirExists(path);
             if (isDir)
                 name += _T("/");