]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filesys.h
Platform define for wxWinCE
[wxWidgets.git] / include / wx / filesys.h
index b8e5da09272c68247e2c346d99e2c7e10624e7ca..b819282152100c16e615336fcb0d349f1fee994f 100644 (file)
@@ -180,6 +180,13 @@ public:
     // remove all items from the m_Handlers list
     static void CleanUpHandlers();
 
+    // Returns the native path for a file URL
+    static wxString URLToNativePath( const wxString& url );
+
+    // Returns the file URL for a native path
+    static wxString NativePathToURL( const wxString& path );
+
+
 protected:
     wxString m_Path;
             // the path (location) we are currently in