PrevUpHomeNext

Function shell_path

boost::process::shell_path

Synopsis

// In header: <boost/process/shell_path.hpp>


boost::filesystem::path shell_path();

Description

Returns the absolute path to a shell executable.

Returns:

the path to cmd.exe on Windows and /bin/sh on POSIX.

Throws:

boost::system::system_error in case of an error

PrevUpHomeNext