]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filename.h
Added compile guards to wxEditableListBox
[wxWidgets.git] / include / wx / filename.h
index 762237b5ae93f92ee8c89ce5a6fa16cee7183835..d56d2a2d90008bb6d227358f87ec475bee80b0d7 100644 (file)
@@ -270,6 +270,9 @@ public:
     void AssignHomeDir();
     static wxString GetHomeDir();
 
+        // get the system temporary directory
+    static wxString GetTempDir();
+
 #if wxUSE_FILE || wxUSE_FFILE
         // get a temp file name starting with the specified prefix
     void AssignTempFileName(const wxString& prefix);
@@ -386,7 +389,7 @@ public:
     static wxString GetPathTerminators(wxPathFormat format = wxPATH_NATIVE);
 
     // get the canonical path separator for this format
-    static wxChar GetPathSeparator(wxPathFormat format = wxPATH_NATIVE)
+    static wxUniChar GetPathSeparator(wxPathFormat format = wxPATH_NATIVE)
         { return GetPathSeparators(format)[0u]; }
 
     // is the char a path separator for this format?