removeDir method

This commit is contained in:
yuri
2016-10-11 11:28:45 +03:00
parent 248280e086
commit 4f8eea59fe
@@ -549,6 +549,11 @@ class Manager
return (bool) $result;
}
public function removeDir($dirPaths)
{
return $this->rmdir($dirPaths);
}
/**
* Remove file/files by given path
*