Class SpecialFolderHelper
Provides methods for retrieving special folder paths.
public static class SpecialFolderHelper
- Inheritance
-
SpecialFolderHelper
- Inherited Members
Methods
GetPath(SpecialFolder)
Gets the path to the specified special folder.
public static string GetPath(SpecialFolder specialFolder)
Parameters
specialFolderSpecialFolderThe special folder to get the path for.
Returns
- string
The full path to the specified folder.