X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/906c935a80b10d53cecf57f71ab5f3f4f1d529ec..5f4994df03d1c38b6674d410d500d99cdf201531:/interface/wx/filename.h diff --git a/interface/wx/filename.h b/interface/wx/filename.h index 7bbd0cd527..e6c8fa5fea 100644 --- a/interface/wx/filename.h +++ b/interface/wx/filename.h @@ -1134,10 +1134,14 @@ public: void SetName(const wxString& name); /** - Sets the full path. + Sets the path. - The @a path argument includes both the path (and the volume, if - supported by @a format) and the name and extension. + The @a path argument includes both the path and the volume, if + supported by @a format. + + Calling this function doesn't affect the name and extension components, + to change them as well you can use Assign() or just an assignment + operator. @see GetPath() */