kartik\file\FileInputThemeAsset::checkExists PHP Method

checkExists() protected method

Check if file exists in path provided
protected checkExists ( string $path ) : boolean
$path string the file path
return boolean
    protected function checkExists($path)
    {
        return file_exists(Yii::getAlias($this->sourcePath . '/' . $path));
    }
FileInputThemeAsset