]> git.saurik.com Git - wxWidgets.git/commitdiff
Document wxFileName::SetPath().
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 4 Sep 2009 16:20:49 +0000 (16:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 4 Sep 2009 16:20:49 +0000 (16:20 +0000)
Closes #11162.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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).