#include <wx/utils.h>
#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.
![]() |
[ top ] |