With Net 2.0 installed, is there a funtion to get the name of a special folder (such as Program files x86 on a 64 bit system) not listed in the Environment.SpecialFolder enum?
These do not work, as they return the x64 folder name and not the x86 folder name:
1. System.Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles)
2. My.Computer.FileSystem.SpecialDirectories.ProgramFiles
In Vb 6 I used the Shell32 dll.
These do not work, as they return the x64 folder name and not the x86 folder name:
1. System.Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles)
2. My.Computer.FileSystem.SpecialDirectories.ProgramFiles
In Vb 6 I used the Shell32 dll.