Пример #1
0
 /**
  * Get full directory path
  *
  * @return path name
  */
 public function getFullPath()
 {
     $fullpath = (strlen(SetUp::getConfig('basedir')) > 0 ? SetUp::getConfig('basedir') : str_replace('\\', '/', dirname($_SERVER['SCRIPT_FILENAME']))) . "/" . $this->getDir(false, false, false, 0);
     $fullpath = EncodeExplorer::extraChars($fullpath);
     return $fullpath;
 }