Declare Function GetTempPath Lib "Kernel32" _
Alias "GetTempPathA" ( _
ByVal nBufferLength As Long, _
ByVal lpBuffer As String _
) As Long
i believe it works on all windows OS's (but not 100% certain)
good luck!
If somethings hard to do, its not worth doing - Homer Simpson
------------------------------------------------------------------------
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.