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 := null)

process Process : process

run virtual Void run()

Haxall 4.0.6 ∙ 21-Jul-2026 09:48 EDT