Temp folder

jjjamie

Active member
Joined
Aug 30, 2002
Messages
34
Location
England
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...

Code:
Imports System.CodeDom.Compiler

.....

Dim Temp as New TempFileCollection()
MsgBox(Temp.TempDir())

Thanks in advance for any help anyone can give me.
 
Back
Top