Skip to content

Instantly share code, notes, and snippets.

View antonKrouglov's full-sized avatar

antonKrouglov

View GitHub Profile
@antonKrouglov
antonKrouglov / PathNetCore.cs
Created December 26, 2018 13:59
Port of Path.GetRelativePath (.NET Core2) to .NET 4.7.1+
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
//Adapted from https://github.com/dotnet/corefx/blob/master/src/Common/src/CoreLib/System/IO/Path.cs#L697 for Windows
// by Anton Krouglov
using System.Runtime.CompilerServices;
using System.Diagnostics;
using System.Text;