From cb755cb737c22705c58e3dba8b990c4d3eefd741 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 4 Sep 2009 16:20:49 +0000 Subject: [PATCH] Document wxFileName::SetPath(). Closes #11162. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/filename.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/interface/wx/filename.h b/interface/wx/filename.h index be88a2631e..050141ad67 100644 --- a/interface/wx/filename.h +++ b/interface/wx/filename.h @@ -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). -- 2.45.2