Studio\Console\ScrapCommand::abortDeletion PHP Method

abortDeletion() protected method

protected abortDeletion ( $path )
    protected function abortDeletion($path)
    {
        $this->io->caution("This will delete the entire {$path} folder and all files within.");
        return !$this->io->confirm("<question>Do you really want to scrap the package at {$path}?</question> ", false);
    }