Q: Getting TEMP (API)
Andy Lindeman; lindeman@asdg.enet.dec.com wrote: (note: using VB5 and NT4) I can't figure out how to find out what the system TEMP variable is.
A: There is an API call: GetTempPath: Declare Function GetTempPath Lib "kernel32" Alias "GetTempPathA" _ (ByVal nBufferLength As Long, ByVal lpBuffer As String) As Long According to Daniel Appleman si will work under w95 & NT Return