Hi,
How do you get the CommonFilesFolder and CommonFilesFolder64?
For example:
C:\Program Files\Common Files\
C:\Program Files (x86)\Common Files\
In VB.NET on a x64 platform?
I know how to use Environment to get CommonFiles folder but it returns the x86 folder and not x64, maybe because my app is set to x86?
However, I need to get both paths correctly, anyway you know?
Please help, thanks
How do you get the CommonFilesFolder and CommonFilesFolder64?
For example:
C:\Program Files\Common Files\
C:\Program Files (x86)\Common Files\
In VB.NET on a x64 platform?
I know how to use Environment to get CommonFiles folder but it returns the x86 folder and not x64, maybe because my app is set to x86?
However, I need to get both paths correctly, anyway you know?
Please help, thanks