Version: 2.9.4
Public Attributes
wxExecuteEnv Struct Reference

#include </home/zeitlin/src/wx/github/interface/wx/utils.h>


Detailed Description

This structure can optionally be passed to wxExecute() to specify additional options to use for the child process.

Since:
2.9.2

Include file:

#include <wx/utils.h> 

Public Attributes

wxString cwd
 The initial working directory for the new process.
wxEnvVariableHashMap env
 The environment variable map.

List of all members.


Member Data Documentation

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.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines