Webiny\Component\Storage\Directory\Directory::getAbsolutePath PHP Method

getAbsolutePath() public method

Get absolute folder path
public getAbsolutePath ( ) : string
return string
    public function getAbsolutePath()
    {
        return $this->storage->getAbsolutePath($this->key);
    }