Commit d2f51ac
Add CreateTempSubdirectory cross-references to GetTempPath docs (#12606)
* Add CreateTempSubdirectory cross-references to GetTempPath docs
- On GetTempPath Linux tab: add reference to Directory.CreateTempSubdirectory
as a secure alternative to the shared /tmp/ directory
- On GetTempPath macOS tab: add similar reference for the /tmp/ fallback case
- On Directory.CreateTempSubdirectory: fill in remarks explaining owner-only
permissions (700) on Unix
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Use [!CAUTION] callout for security notes on GetTempPath
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Address review: may -> might per style guidance
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix MacOS -> macOS casing
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 49dfed0 commit d2f51ac
2 files changed
Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
508 | | - | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
509 | 517 | | |
510 | 518 | | |
511 | 519 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2203 | 2203 | | |
2204 | 2204 | | |
2205 | 2205 | | |
2206 | | - | |
| 2206 | + | |
2207 | 2207 | | |
2208 | | - | |
| 2208 | + | |
2209 | 2209 | | |
2210 | | - | |
| 2210 | + | |
| 2211 | + | |
| 2212 | + | |
| 2213 | + | |
2211 | 2214 | | |
2212 | 2215 | | |
2213 | 2216 | | |
| |||
2216 | 2219 | | |
2217 | 2220 | | |
2218 | 2221 | | |
| 2222 | + | |
| 2223 | + | |
| 2224 | + | |
2219 | 2225 | | |
2220 | 2226 | | |
2221 | 2227 | | |
| |||
0 commit comments