Environment.SpecialFolder enumeration

  • Thread starter Thread starter Qwert
  • Start date Start date
Q

Qwert

Hello you,

the Environment.SpecialFolder enumeration of .NET 1.0 doesn't have the
member "MyComputer". Is there anyway to get this 'virtual folder' and its
contents in another similar way?

Unlike some other 'virtual folders', there is no reference in the registry
to a physical directory for "MyComputer".

Thanks,

me.
 
Unlike some other 'virtual folders', there is no reference in the registry
to a physical directory for "MyComputer".

There is no directory for it.



Mattias
 
Mattias Sjögren said:
There is no directory for it.

ACK. 'Environment.GetFolderPath(Environment.SpecialFolder.MyComputer)' will
return "" on my Windows XP Professional SP2 machine running .NET 1.1 SP1.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top