/**
  * Returns parent file_info instance
  *
  * @return file_info or null for root
  */
 public function get_parent()
 {
     return $this->browser->get_file_info($this->context);
 }