//-------------------------------------------------------------------------
// wxGenericFileDialog
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
// wxGenericFileDialog
//-------------------------------------------------------------------------
const wxString& defaultDir = wxEmptyString,
const wxString& defaultFile = wxEmptyString,
const wxString& wildCard = wxFileSelectorDefaultWildcardStr,
const wxString& defaultDir = wxEmptyString,
const wxString& defaultFile = wxEmptyString,
const wxString& wildCard = wxFileSelectorDefaultWildcardStr,
bool bypassGenericImpl = false );
bool Create( wxWindow *parent,
bool bypassGenericImpl = false );
bool Create( wxWindow *parent,
const wxString& defaultDir = wxEmptyString,
const wxString& defaultFile = wxEmptyString,
const wxString& wildCard = wxFileSelectorDefaultWildcardStr,
const wxString& defaultDir = wxEmptyString,
const wxString& defaultFile = wxEmptyString,
const wxString& wildCard = wxFileSelectorDefaultWildcardStr,
//-----------------------------------------------------------------------------
// wxFileData - a class to hold the file info for the wxFileCtrl
//-----------------------------------------------------------------------------
// wxFileData - a class to hold the file info for the wxFileCtrl
void SetNewName( const wxString &filePath, const wxString &fileName );
// Get the size of the file in bytes
void SetNewName( const wxString &filePath, const wxString &fileName );
// Get the size of the file in bytes
// Get the type of file, either file extension or <DIR>, <LINK>, <DRIVE>
wxString GetFileType() const;
// get the last modification time
// Get the type of file, either file extension or <DIR>, <LINK>, <DRIVE>
wxString GetFileType() const;
// get the last modification time