Hello everybody! can you tell me how to get the windows system path, of any version? I will use it to register my dll, with:
Private Declare Function RegMyServerObject Lib winsys32path Alias
"DllRegisterServer" () As Long
where winsys32path should be the complete path and name of the dll...