PrevUpHomeNext

Function shell_path

boost::process::shell_path

Synopsis

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


boost::filesystem::path shell_path(boost::system::error_code & ec);

Description

Returns the absolute path to a shell executable.

Returns:

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


PrevUpHomeNext