Skip to content

Commit b5dc9bd

Browse files
authored
Apply suggestions from code review
1 parent 7fd711d commit b5dc9bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xml/System.IO/Path.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2312,6 +2312,8 @@ The method does not verify that the path exists or test to see if the current pr
23122312
23132313
In .NET 7 and later versions (or .NET 6 version 6.0.32 and later), OR if your operating system is Windows 10 or Windows Server build 20348 or later and you're using any .NET Framework version, when the process calling the method is running as `SYSTEM`, the method skips the preceding sequence and returns `C:\Windows\SystemTemp`. This location is inaccessible to processes not running as `SYSTEM`.
23142314
2315+
On Full .NET Framework, this behavior can be opted out by setting `COMPlus_Disable_GetTempPath2` environment variable to `true` (all other values are ignored).
2316+
23152317
# [Linux](#tab/linux)
23162318
23172319
1. The path specified by the TMPDIR environment variable.

0 commit comments

Comments
 (0)