class

Exec

class Exec : Task

Exec is used to run an external OS process

constructors make

fields process

methods exePath

Given a executable file turn it into a path to use for Exec

run

exePath 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 new make(BuildScript script, Str[] cmd, File? dir)

process Process : process

run virtual Void run()

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST