League\CLImate\TerminalObject\Helper\Art::artFile PHP Method

artFile() protected method

Find a valid art path
protected artFile ( string $art ) : string
$art string
return string
    protected function artFile($art)
    {
        $files = $this->fileSearch($art, '.*');
        return reset($files);
    }