Devise\Media\MediaPaths::fileExists PHP Method

fileExists() public method

Check to see if a file exists or not
public fileExists ( $mediapath ) : boolean
$mediapath
return boolean
    public function fileExists($mediapath)
    {
        return is_file($this->basepath . $mediapath);
    }