Lazer\Classes\Helpers\File::exists PHP Method

exists() final public method

final public exists ( )
    public final function exists()
    {
        return file_exists($this->getPath());
    }