Home
last modified time | relevance | path

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

/plugin/file2dw/
H A Daction.php531 return $this->_delTree($this->workDir);
603 function _delTree($dir) { function in action_plugin_file2dw
606 (is_dir("$dir/$file")) ? $this->_delTree("$dir/$file") : unlink("$dir/$file");