#include <gen.h>
Public Member Functions | |
| wxString | FindValidPath (const wxString &filename) |
| 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) |
Path may contain ${aap} for environment variables and %{aap} for internal variables. See VarRef() for exact syntax.
Internal variables come from a2dGeneralGlobals->GetVariablesHash()
Definition at line 2363 of file gen.h.
| wxString a2dPathList::FindAbsoluteValidPath | ( | const wxString & | filename | ) |