SpecialFolder enum is gone???

  • Thread starter Thread starter Ole Hanson
  • Start date Start date
O

Ole Hanson

Hi

Trying to access the users desktop items, I want to use the following
method:

string url =
System.Environment.GetFolderPath(System.Environment.SpecialFolder.Desktop);

But - the System.Environment.SpecialFolder enumeration is GONE!!!
Is it me or what is happening? It is everywhere in the MSDN dokumentation,
but I really can't find it? Have a reference to System-assembly, so what am
I doing wrong

Thanks!
 
What do you mean it's gone? As far I can see it's still there.
What kind of error do you get? Runtime ... Compiletime....
What kind of application is this? Winforms ... Console ... ASP.NET .....

Willy.
 
Back
Top