]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filename.h
Document ctors creating a wxString from repeated characters.
[wxWidgets.git] / interface / wx / filename.h
index be88a2631ec5415fbecd8311fc5b11f8712b2a27..050141ad6721f8d9b4f0244d2bc8d3b303422841 100644 (file)
@@ -1074,6 +1074,16 @@ public:
     */
     void SetName(const wxString& name);
 
+    /**
+        Sets the full path.
+
+        The @a path argument includes both the path (and the volume, if
+        supported by @a format) and the name and extension.
+
+        @see GetPath()
+     */
+    void SetPath(const wxString& path, wxPathFormat format = wxPATH_NATIVE);
+
     /**
         Sets the file creation and last access/modification times (any of the pointers
         may be @NULL).