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
Consider using std::env::temp_dir() for temp files, as it is the standard location. However, ANSI APIs may not play well with some usernames.
Consider relaxing the initial privileges for temp files. Currently admin privileges are required for removing some of them, so the program itself cannot clean up the resources after being ended in task manager.
The text was updated successfully, but these errors were encountered:
std::env::temp_dir()
for temp files, as it is the standard location. However, ANSI APIs may not play well with some usernames.The text was updated successfully, but these errors were encountered: