How to use the rmdirSyncRecursive function from wrench

Find comprehensive JavaScript wrench.rmdirSyncRecursive code examples handpicked from public code repositorys.

37
38
39
40
41
42
43
44
45
46
47
48
}


function _afterEach(done) {
    proj1.destroy()
    proj.destroy()
    wrench.rmdirSyncRecursive(tmpDir, true)
    done()
}


function createDir(tmpDir) {
fork icon25
star icon127
watch icon8

+ 15 other calls in file