protected function getUnaliasedPath($path)
 {
     return preg_replace('/^~/', $this->target->getBasePath(), $path);
 }