You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove reference to paths ending with backslashes, make more platform-agnostic (dotnet#5419)
* Make docs match how it works on non-Windows
On Windows, this does end with a backslash. But on Linux, it returns `/tmp/`, which ends in a forward slash.
Really, this should read that it ends in DirectorySeparatorChar
* Update xml/System.IO/Path.xml GetFullPath
Add reference to the other field
Co-authored-by: Anton Firszov <[email protected]>
Co-authored-by: Anton Firszov <[email protected]>
0 commit comments