Can anyone tellme how to create a folder in windows temp folder, the temp folder can be in C or D drive

in this example i am hardcoding the path

Set MyFileObject = Server.CreateObject("Scripting.FileSystemObject")
MyFileObject.CreateFolder "C:\Temp" & "Myfolder"


Sonia