logo

class

build::Delete

sys::Obj
  build::Task
    build::Delete

Delete is used to delete a file or directory.

Slots

file

File file

Source

make

new make(BuildScript script, File file)

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