- // This method understands VFS (see filesys.h). Type is one of
- // wxXML_TEXT, wxXML_BINARY, wxXML_ARCHIVE and specifies type of
- // data to be expected:
- // wxXML_BINARY - binary version of .xml file, as produced
- // by wxXmlDocument::SaveBinary
- // wxXML_ARCHIVE - ZIP archive that contains arbitrary number
- // of files with .xmb extension
- // (this kind of ZIP archive is produced by
- // XML resources compiler that ships with wxWin)
- bool Load(const wxString& filemask, int type = wxXML_ARCHIVE);