/**
  * Full path to the install location of this application.
  * @return FILE_URL
  */
 public function source_path()
 {
     $Result = new FILE_URL(realpath($this->_source_path()));
     $Result->strip_name();
     $Result->go_back();
     return $Result;
 }