wxArt2D
|
Path searching. More...
#include <gen.h>
Public Member Functions | |
wxString | FindValidPath (const wxString &filename, bool reportError=true) |
Find the first full path for which the file exists. | |
wxString | FindAbsoluteValidPath (const wxString &filename) |
wxString | GetAsString () |
Get all search paths as one string. | |
bool | ExpandPath (wxString &pathToExpand, wxPathFormat format=wxPATH_NATIVE) |
Path searching.
Path may contain ${aap} for environment variables and %{aap} for internal variables. See VarRef() for exact syntax.
Internal variables come from a2dGeneralGlobals->GetVariablesHash()
wxString a2dPathList::FindAbsoluteValidPath | ( | const wxString & | filename | ) |