Esempio n. 1
0
 static string GetPathForDiff(
     string wkPath,
     MountPointWithPath mountPoint,
     string cmSubPath)
 {
     return(WorkspacePath.GetWorkspacePathFromCmPath(
                wkPath,
                WorkspacePath.ComposeMountPath(mountPoint.MountPath, cmSubPath),
                PathHelper.GetDirectorySeparatorChar(wkPath)));
 }