+ /**
+ 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;
+