Rocketeer\Services\Storages\ServerStorage::getFilepath PHP Method

getFilepath() public method

Get the full path to the file.
public getFilepath ( ) : string
return string
    public function getFilepath()
    {
        return $this->paths->getFolder($this->file . '.json');
    }