ExecBuilder.this

Construct ExecBuilder.

struct ExecBuilder
@safe
this
(
string executable
)

Parameters

executable
Type: string

path to executable. Value will be escaped and quoted as needed.

Throws

Exception if executable is not absolute path nor base name.

Meta