-// ----------------------------------------------------------------------------
-// wxDir helpers
-// ----------------------------------------------------------------------------
-
-/* static */
-bool wxDir::Exists(
- const wxString& rsDir
-)
-{
- return wxPathExists(rsDir);
-} // end of wxDir::Exists
-