+ bool GetList(wxArrayString& files, const wxString& wildcard = wxEmptyString);
+
+ // Low-level methods
+ bool SendCommand(const wxString& command, char exp_ret);
+ virtual wxProtocolError GetError() { return m_lastError; }
+ const wxString& GetLastResult(); // Get the complete return
+
+ // deprecated