#include <context.hpp>
Public Member Functions | |
basic_work_directory_context () | |
Public Attributes | |
Path | work_directory |
Base context class that defines the necessary fields to configure a child's work directory. This class is useless on its own because no function in the library will accept it as a valid Context implementation.
boost::process::basic_work_directory_context< Path >::basic_work_directory_context | ( | ) | [inline] |
Constructs a new work directory context.
Constructs a new work directory context making the work directory described by the new object point to the caller's current working directory.
Path boost::process::basic_work_directory_context< Path >::work_directory |
The process' initial work directory.
The work directory is the directory in which the process starts execution.