Q: Returning the path to windows
Graeme Mahoney; maxim@wave.co.nz wrote: Would someone please tell me how I can return the path to Windows? (as this may vary from machine to machine). VB4/32
Q: There is an API call: Declare Function GetWindowsDirectory Lib "kernel32" Alias "GetWindowsDirectoryA" _ (ByVal lpBuffer As String, ByVal nSize As Long) As Long Return