Interface IEnvironmentWrapper
Environment wrapper providing methods for accessing environment-related information.
Namespace: LemonEdge.DesktopTools.Wrappers.Interfaces
Assembly: LemonEdge.DesktopTools.dll
Syntax
public interface IEnvironmentWrapper
Methods
GetFolderPath(SpecialFolder)
Gets the path to the specified system special folder.
Declaration
string GetFolderPath(Environment.SpecialFolder folder)
Parameters
| Type | Name | Description |
|---|---|---|
| Environment.SpecialFolder | folder | An enumeration representing a system special folder. |
Returns
| Type | Description |
|---|---|
| string | The path to the specified system special folder. |