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
Foundation: adjust NSTemporaryDirectory for Windows
Windows provides `GetTempPath` for getting the temporary directory which
consults the environment variables and falls back through a cascading
set ultimately ending up at `%SystemRoot%\Temp` if nothing else is
found. The last path is not exactly great, but, we do not expect to end
up there as modern Windows will use `%UserProfile%\Local Settings`
before that.
0 commit comments