Path.Combine to folder behind

Why this is not working?
var root = Path.Combine("/../","/../", builder.Environment.ContentRootPath);
var sharedSettings = Path.Combine(root, "appsettings.json");
Was this page helpful?