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
* Update Path.xml
- added additional information about the default path /tmp/ for Linux
- fixes#5340
* Apply suggestions from code review
Co-authored-by: Adam Sitnik <[email protected]>
Copy file name to clipboardExpand all lines: xml/System.IO/Path.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1930,7 +1930,7 @@ Paths are resolved by calling the <xref:System.IO.Path.GetFullPath%2A> method be
1930
1930
1931
1931
# [Linux](#tab/linux)
1932
1932
1933
-
1. The path specified by the TMPDIR environment variable.
1933
+
1. The path specified by the TMPDIR environment variable. If the path is not specified in the `TMPDIR` environment variable, the default path `/tmp/` is used.
0 commit comments