private string ResolvePath(string path)
 {
     return(FileSystemHelper.ResolvePath(currentPath, path));
 }