Skip to main content

exec_binary

Function exec_binary 

Source
pub fn exec_binary(
    binary_path: &Path,
    args: &[String],
    cwd: &Path,
) -> Result<ExitStatus, String>
Expand description

Execute binary at path with args. On Windows, .cmd scripts are run via cmd /c.