/**
  * given a configuration key build and return the absolute path
  * @param string $cfgKey the configuration key
  * @return string
  */
 protected function _buildPath($cfgKey)
 {
     return $this->_coreHelper->getAbsolutePath($this->_getConfigMapValue($cfgKey), self::SCOPE_VAR);
 }