- wxFileSystem
Constructor.
- ChangePathTo
Sets the current location.
- FindFileInPath
Looks for the file with the given name file in a colon or semi-colon (depending on the current platform) separated list of directories in path.
- FindFirst
Works like wxFindFirstFile().
- FindNext
Returns the next filename that matches the parameters passed to FindFirst().
- GetPath
Returns the actual path (set by wxFileSystem::ChangePathTo).
- OpenFile
Opens the file and returns a pointer to a wxFSFile object or NULL if failed.