logo

class

build::CreateDir

sys::Obj
  build::Task
    build::CreateDir

CreateDir is used to create a directory

Slots

dir

File dir

Source

make

new make(BuildScript script, File dir)

Source

run

override Void run()

Run this task. If there is an error, the report them via the script's log and throw FatalBuildErr if the script should be terminated.

Source