Searched refs:sDir (Results 1 – 1 of 1) sorted by relevance
65 * @param string $sDir directory path68 private function rrmdir(string $sDir): bool { argument69 if(is_dir($sDir)) {70 dbglog($sDir, 'admin_plugin_openlayersmap_purge::rrmdir: recursively removing path: ');71 $sDir = rtrim($sDir, '/');72 $oDir = dir($sDir);75 (!is_link("$sDir/$sFile") && is_dir("$sDir/$sFile")) ?76 $this->rrmdir("$sDir/$sFile") : unlink("$sDir/$sFile");80 rmdir($sDir);