Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporary path in Win32 needs to leverage GetTempPath2W when available #1316

Closed
ankamat-msft opened this issue Dec 7, 2024 · 1 comment · Fixed by #1317
Closed

Temporary path in Win32 needs to leverage GetTempPath2W when available #1316

ankamat-msft opened this issue Dec 7, 2024 · 1 comment · Fixed by #1317
Assignees
Labels
P2 Issues that are not blocking

Comments

@ankamat-msft
Copy link
Contributor

Per recent documentation, GetTempPath2W() should be attempted before using GetTempPathW().

https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-gettemppathw#remarks

@ThomsonTan ThomsonTan self-assigned this Dec 9, 2024
@ankamat-msft ankamat-msft added the P2 Issues that are not blocking label Dec 10, 2024
@ThomsonTan
Copy link
Contributor

@ankamat-msft I did see the preference on GetTempPath2W() in the doc link you shared. Could you please add the link?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Issues that are not blocking
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants