Function ExecBuilder.this
Construct ExecBuilder.
ref this
(
string executable
) @safe;
Parameters
Name | Description |
---|---|
executable | path to executable. Value will be escaped and quoted as needed. |
Throws
Exception if executable is not absolute path nor base name.