ftp\File::get_path PHP Method

get_path() public method

Returns the file path.
public get_path ( ) : string
return string
    public function get_path()
    {
        return $this->_path;
    }