This seems to be a pretty simple question, yet googling yield nothing useful.
I have VS2017 WinForms C# project targeting .NET Framework 4.7.1.
I would like to make use of Path.GetRelativePath from .NET Core 2.X.
Is it achievable (nuget package or something)?
PS. For those who are lazy to port .NET Core code themselves here is my adapted version of it.