MarvinLabs\SetupWizard\Steps\FoldersStep::checkFolderPermission PHP Method

checkFolderPermission() protected method

protected checkFolderPermission ( $path, $perm )
    protected function checkFolderPermission($path, $perm)
    {
        return $this->getPermission($path) >= $perm;
    }