Commit faf4e93
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 <antonfir@gmail.com>
Co-authored-by: Anton Firszov <antonfir@gmail.com>1 parent 63308eb commit faf4e93
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1906 | 1906 | | |
1907 | 1907 | | |
1908 | 1908 | | |
1909 | | - | |
| 1909 | + | |
1910 | 1910 | | |
1911 | 1911 | | |
1912 | 1912 | | |
| |||
0 commit comments