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!
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!