private string NormalizeRelativePath()

in JetBrains.SbomUtils/src/JetBrains.SbomUtils/SbomReader.cs [176:180]


    private string NormalizeRelativePath(string path)
    {
      string tempDir = Path.GetTempPath();
      return Path.GetRelativePath(tempDir, Path.GetFullPath(path, tempDir));
    }