Function addRemoveDirTree [src]

Prototype

pub fn addRemoveDirTree(b: *Build, dir_path: LazyPath) *Step.RemoveDir

Parameters

b: *Builddir_path: LazyPath

Source

pub fn addRemoveDirTree(b: *Build, dir_path: LazyPath) *Step.RemoveDir { return Step.RemoveDir.create(b, dir_path); }