]> 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 94c5d453c0a229fe99cbd5eb995f32a8cf86f56b..0781b13c13d470d8879f364a883d75d492f1bd73 100644 (file)
@@ -106,6 +106,10 @@ 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
     // -------------------------