For some reason when I try to set a path to 'Environment.SpecialFolder.Windows' the path ends up being '36', even when dimming as a string - What the heck am I doing wrong?
Outputs as '36\qcinfs\temp.inf' :-(
Code:
Dim Install As String = Environment.SpecialFolder.Windows
MsgBox(Install & "\qcinfs\temp.inf")