Add Path.Join() methods. (#16561)
authorJeremy Kuhne <jeremy.kuhne@microsoft.com>
Wed, 28 Feb 2018 02:53:54 +0000 (18:53 -0800)
committerGitHub <noreply@github.com>
Wed, 28 Feb 2018 02:53:54 +0000 (18:53 -0800)
commitf1fee6d7b4d06b17d872fdf587a4f87ca69827c2
tree78bd6f18054f44added20ec4de8758fb69e32b19
parent3cc77af6983825903b4596e5bbbd23238b468056
Add Path.Join() methods. (#16561)

* Add Path.Join() methods.

See #25536.

* Address feedback and fix a couple issues now that I've got tests running correctly.

* Update per final API approval

* Fix Unix, remove redundant helper.

* Merge and tweak join methods in GetFullPath(string, string)

* Tweak again
src/mscorlib/shared/System/IO/Path.Unix.cs
src/mscorlib/shared/System/IO/Path.Windows.cs
src/mscorlib/shared/System/IO/Path.cs
src/mscorlib/shared/System/IO/PathInternal.cs