/**
  * with trailing slash
  * @param string $sSourceFile
  * @return string
  */
 public function getSrcFile($sSourceFile = '')
 {
     return $this->oPluginVo->getRootDir() . 'src' . ICWP_DS . ltrim($sSourceFile, ICWP_DS);
 }