Skip to content

Commit 520b2dc

Browse files
Update Path.xml (dotnet#5375)
* Update Path.xml - added additional information about the default path /tmp/ for Linux - fixes dotnet#5340 * Apply suggestions from code review Co-authored-by: Adam Sitnik <[email protected]>
1 parent 961eb23 commit 520b2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO/Path.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1930,7 +1930,7 @@ Paths are resolved by calling the <xref:System.IO.Path.GetFullPath%2A> method be
19301930
19311931
# [Linux](#tab/linux)
19321932
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.
19341934
19351935
---
19361936

0 commit comments

Comments
 (0)