Exec
class Exec : Task
Exec is used to run an external OS process
Given a executable file turn it into a path to use for Exec
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
.exeextension - return File.osPath
new make(BuildScript script, Str[] cmd, File? dir)
Process : process
virtual Void run()