]> git.saurik.com Git - wxWidgets.git/commit
Add support for specifying child process cwd and env to wxExecute().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 22:40:11 +0000 (22:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 22:40:11 +0000 (22:40 +0000)
commit164db92c14e9f1a7343259826da3653aeec945db
tree5549eca23e34bd663c6823c638b03038bd21e93e
parentfab8784c715b09462d6b05dd93a3b4776cb205c9
Add support for specifying child process cwd and env to wxExecute().

Add an optional wxExecuteEnv parameter to wxExecute() which allows to specify
the initial working directory and custom environment for the child process.

Closes #12163.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/utils.h
interface/wx/utils.h
samples/exec/exec.cpp
src/cocoa/utilsexc.mm
src/common/utilscmn.cpp
src/msdos/utilsdos.cpp
src/msw/utilsexc.cpp
src/os2/utilsexc.cpp
src/palmos/utilsexc.cpp
src/unix/utilsunx.cpp