Class SpecialFolders
- Namespace
- SunamoShared.Generators
- Assembly
- SunamoShared.dll
Provides helper methods for constructing paths under special document folders.
public static class SpecialFolders
- Inheritance
-
SpecialFolders
- Inherited Members
Methods
MyDocuments(string)
Returns a path under D:\Documents\ with the given relative path appended.
public static string MyDocuments(string path)
Parameters
pathstringRelative path to append.
Returns
eMyDocuments(string)
Returns a path under E:\Documents\ with the given relative path appended.
public static string eMyDocuments(string path)
Parameters
pathstringRelative path to append.