[Mono-list] Environment.SpecialFolder

Nick Drochak ndrochak@gol.com
Sat, 9 Mar 2002 08:38:34 +0900


Piers,

CorCompare has highlighted a funky enum in corlib's System namespace.
The SpecialFolder enum is actually called Environment.SpecialFolder.
It's not in the System.Environment namespace, however.

I noticed this because the MSDN doc link on this enum on the class
status page is "broken".

So in CorCompare we are not getting the correct name for the item in
every case. Do you want to look and see if you can find a fix? I wonder
if only enums can be named with a "." in them?


Nick D.