This documentation is archived and is not being maintained.
Environment::SpecialFolderOption Enumeration
Visual Studio 2010
Specifies options to use for getting the path to a special folder.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| None | The path to the folder is verified. If the folder exists, the path is returned. If the folder does not exist, an empty string is returned. This is the default behavior. | |
| Create | The path to the folder is created if it does not already exist. | |
| DoNotVerify | The path to the folder is returned without verifying whether the path exists. If the folder is located on a network, specifying this option can reduce lag time. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: