KnownFolders Class
Class containing methods to retrieve specific file system paths.
MarkdownMonster.KnownFolders
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)
|
|
| 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)
|
|
| Initialize | Creates and initializes the known folder.
public static void Initialize(KnownFolder knownFolder)
|
|
Assembly: MarkdownMonster.dll
