Class containing methods to retrieve specific file system paths.
MarkdownMonster.KnownFolders
public static class KnownFolders : object
Class Members
Member | Description | |
---|---|---|
GetDefaultPath |
Gets the default path to the specified known folder. This does not require the folder to be existent. public static string GetDefaultPath(KnownFolder knownFolder) public static string GetDefaultPath(KnownFolder knownFolder, bool defaultUser) |
|
GetPath |
Gets the current path to the specified known folder as currently configured. This does not require the folder to be existent. public static string GetPath(KnownFolder knownFolder) public static string GetPath(KnownFolder knownFolder, bool defaultUser) |
|
Initialize |
Creates and initializes the known folder. public static void Initialize(KnownFolder knownFolder) public static void Initialize(KnownFolder knownFolder, bool defaultUser) |
Requirements
Namespace: MarkdownMonsterAssembly: markdownmonster.exe
© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic