ftp\File::get_full_path PHP Method

get_full_path() public method

Returns the full path.
public get_full_path ( ) : string
return string
    public function get_full_path()
    {
        return sprintf('%s/%s', $this->_path, $this->_name);
    }