Class EnvironmentWrapper
Implements
Inherited Members
Namespace: LemonEdge.DesktopTools.Wrappers
Assembly: LemonEdge.DesktopTools.dll
Syntax
public class EnvironmentWrapper : IEnvironmentWrapper
Constructors
EnvironmentWrapper()
Declaration
public EnvironmentWrapper()
Methods
GetFolderPath(SpecialFolder)
Gets the path to the specified system special folder.
Declaration
public 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. |