type
constructors
fields
methods
Slot Details
exePath
src
static Str exePath(File exe)
Given a executable file turn it into a path to use for Exec:
- if running on Window's add the
.exe
extension - return
File.osPath
make
src
new make(BuildScript script, Str[] cmd, File? dir := null)