Environment::SpecialFolderOption Enumeration
Specifies options to use for getting the path to a special folder.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| 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. | |
| 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. |
The System::Environment::SpecialFolderOption enumeration is used to define the precise behavior of the Environment::GetFolderPath method.
Available since 4.0