#include </home/zeitlin/src/wx/github/interface/wx/utils.h>
This structure can optionally be passed to wxExecute() to specify additional options to use for the child process.
Include file:
#include <wx/utils.h>
Public Attributes | |
wxString | cwd |
The initial working directory for the new process. | |
wxEnvVariableHashMap | env |
The environment variable map. |
The initial working directory for the new process.
If this field is empty, the current working directory of this process is used.
The environment variable map.
If the map is empty, the environment variables of the current process are also used for the child one, otherwise only the variables defined in this map are used.