summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System/IO/Path.Windows.cs
AgeCommit message (Expand)AuthorFilesLines
2018-03-23Fix Path.GetTempFileName on Windows (#17148)Stephen Toub1-8/+3
2018-03-14Fix GetTempPath (#16921)Jeremy Kuhne1-9/+46
2018-03-12Missing Case In Remove Relative Segments (#16869)Anirudh Agnihotry1-5/+5
2018-03-08Collapse AsSpan().Slice(...) into .AsSpan(...) (dotnet/corefx#27867)Tarek Mahmoud Sayed1-4/+4
2018-03-08RemoveRelativeSegments moved from path to pathinternal (#16829)Anirudh Agnihotry1-1/+1
2018-03-03Remove StringSpanHelpers and start using MemoryExtensions (#16718)Ahson Khan1-4/+4
2018-03-01Fixing GetFullPath (#16670)Anirudh Agnihotry1-2/+6
2018-02-27Add Path.Join() methods. (#16561)Jeremy Kuhne1-14/+10
2018-02-27Bug in GetFullPath(basePath, Path) (#16598)Anirudh Agnihotry1-2/+2
2018-02-22AsReadOnlySpan -> AsSpan rename to fix build breaksJan Kotas1-5/+5
2018-02-22Remove most preemptive checks from GetFullPath (#16478)Jeremy Kuhne1-44/+12
2018-02-21Dial back aggressive checks in Path (#16447)Jeremy Kuhne1-6/+3
2018-02-14Adding Argument name to the Exception (#16372)Anirudh Agnihotry1-2/+2
2018-02-05Implementation of GetFullPath(string path, string basePath) (#15579)Anirudh Agnihotry1-1/+126
2018-01-31Span overload added for path apis (#15608)Anirudh Agnihotry1-12/+25
2018-01-20Define Interop.Kernel32.MAX_PATH (#15952)Jan Kotas1-7/+3
2017-11-30Removed Check Invalid Path Chars (#15191)Anirudh Agnihotry1-4/+0
2017-07-18Missed one empty case in GetPathRoot (#12883)Jeremy Kuhne1-1/+1
2017-07-17Path whitespace changes. (#12862)Nina Chikanov1-2/+2
2017-06-16Add path to exception messages (#12322)Dan Moseley1-3/+3
2017-05-04System.IO.Path.GetPathRoot string.Empty or whitespace character string should...Viktor Hofer1-1/+5
2017-03-21System.IO.Path.IsPathRooted does not check if valid drive letter on Windows (...Viktor Hofer1-2/+2
2017-02-24Move S.Buffers and S.IO sources shared with corert into shared folder (#9778)Alex Perovich1-0/+155