Skip to content

Commit 7fd711d

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

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
@@ -2310,7 +2310,7 @@ The method does not verify that the path exists or test to see if the current pr
23102310
23112311
4. The Windows directory.
23122312
2313-
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 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`.
2313+
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
23152315
# [Linux](#tab/linux)
23162316

0 commit comments

Comments
 (0)