diff --git a/interface/wx/ffile.h b/interface/wx/ffile.h index 097bf94e3a..869aed9a22 100644 --- a/interface/wx/ffile.h +++ b/interface/wx/ffile.h @@ -146,6 +146,15 @@ public: */ wxFileKind GetKind() const; + /** + Returns the file name. + + This is the name that was specified when the object was constructed or + to the last call to Open(). Notice that it may be empty if Attach() was + called without specifying the name. + */ + const wxString& GetName() const; + /** Returns @true if the file is opened.