Elgg\Filesystem\File::getPath PHP Method

getPath() public method

public getPath ( ) : string
return string The full path to this file.
    public function getPath()
    {
        return $this->directory->getPath($this->path);
    }