Where is Enviroment.SpecialFolders ?????????

  • Thread starter Thread starter Tim Nelson
  • Start date Start date
T

Tim Nelson

Trying to get the path to My Documents and I can't seem to find the
Environment.SpecialFolders enumeration. Environment.GetFolderPath is
there ... is there some other assembly/DLL that I must reference?
 
Hi Tim,

Framework 1.0 & 1.1 has System.Environment.SpecialFolders enum.
This enum is a subtype of System.Environment.
Maybe your VS has problems with intellisense but you should be
able to compile code that use it.

AFAIK there are some differences betweed this enum in 1.0 vs 1.1
..NET Framework, so look in your docs.

Cheers!
Marcin
 

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