public static string NormalizePath()

in JetBrains.SbomUtils/src/JetBrains.SbomUtils/Utils.cs [52:56]


    public static string NormalizePath(string path)
    {

      return Path.GetRelativePath(_tempPath, Path.GetFullPath(path, _tempPath));
    }