I'm trying to get the temp folder of windows, other than a fixed path C:\Windows\Temp, I'd like to use some API similar to GetSpecialFolder in VBScript.
C:\Windows\Temp
GetSpecialFolder
Is there anything like that?
You use os.TempDir() for that.
os.TempDir()