Home
last modified time | relevance | path

Searched refs:delTree (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php429 private function delTree($dir) function in HandlebarsTest
437 (is_dir("$dir/$file")) ? delTree("$dir/$file") : unlink("$dir/$file");
450 @$this->delTree($path);
/plugin/accscounter/
H A Daction.php129 …if ($this->delTree(DOKU_PLUGIN . 'accscounter/log/')) echo $this->getLang('successdel') . '<br>'; …
156 protected function delTree($dir) { function in action_plugin_accscounter
159 (is_dir("$dir/$file")) ? $this->delTree("$dir/$file") : unlink("$dir/$file");