Esempio n. 1
0
 /**
  * VQMod::_setCwd()
  *
  * @param string $path Path to be used as current working directory
  * @return null
  * @description Sets the current working directory variable
  */
 private static function _setCwd($path)
 {
     self::$_cwd = self::_realpath($path);
 }