]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filesys.h
override OnAssertFailure(), not OnAssert() which is not called by wxOnAssert() any...
[wxWidgets.git] / include / wx / filesys.h
index a75350f72406d0efa5ccdcdbb9b826ee888b535d..354d940275d8bfdc8ba94c6e1ccba26737610e9a 100644 (file)
 #ifndef __FILESYS_H__
 #define __FILESYS_H__
 
 #ifndef __FILESYS_H__
 #define __FILESYS_H__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "filesys.h"
-#endif
-
 #include "wx/defs.h"
 
 #if !wxUSE_STREAMS
 #include "wx/defs.h"
 
 #if !wxUSE_STREAMS
@@ -185,10 +181,16 @@ public:
     wxString FindFirst(const wxString& spec, int flags = 0);
     wxString FindNext();
 
     wxString FindFirst(const wxString& spec, int flags = 0);
     wxString FindNext();
 
+    // find a file in a list of directories, returns false if not found
+    bool FindFileInPath(wxString *pStr, const wxChar *path, const wxChar *file);
+
     // Adds FS handler.
     // Adds FS handler.
-    // In fact, this class is only front-end to the FS hanlers :-)
+    // In fact, this class is only front-end to the FS handlers :-)
     static void AddHandler(wxFileSystemHandler *handler);
 
     static void AddHandler(wxFileSystemHandler *handler);
 
+    // Returns true if there is a handler which can open the given location.
+    static bool HasHandlerForPath(const wxString& location);
+
     // remove all items from the m_Handlers list
     static void CleanUpHandlers();
 
     // remove all items from the m_Handlers list
     static void CleanUpHandlers();