]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dir.h
Use proper format in wxGTK clipboard selection handler.
[wxWidgets.git] / include / wx / dir.h
index 4ac1dffbf5a5b673cc344a9390913508970afb05..0781b13c13d470d8879f364a883d75d492f1bd73 100644 (file)
@@ -105,7 +105,11 @@ public:
 
     // get the full name of the directory (without '/' at the end)
     wxString GetName() const;
-    
+
+    // Same as GetName() but does include the trailing separator, unless the
+    // string is empty (only for invalid directories).
+    wxString GetNameWithSep() const;
+
 
     // file enumeration routines
     // -------------------------
@@ -155,7 +159,7 @@ public:
     // static utilities for directory management
     // (alias to wxFileName's functions for dirs)
     // -----------------------------------------
-    
+
     // test for existence of a directory with the given name
     static bool Exists(const wxString& dir);
 
@@ -163,7 +167,7 @@ public:
                      int flags = 0);
 
     static bool Remove(const wxString &dir, int flags = 0);
-    
+
 
 private:
     friend class wxDirData;