Does anyone know how to get the path to the Windows temp folder using a .NET function call? Ive tried this but it returns nothing...
Thanks in advance for any help anyone can give me.
Code:
Imports System.CodeDom.Compiler
.....
Dim Temp as New TempFileCollection()
MsgBox(Temp.TempDir())
Thanks in advance for any help anyone can give me.