Table of Contents

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

path string

Relative path to append.

Returns

string

eMyDocuments(string)

Returns a path under E:\Documents\ with the given relative path appended.

public static string eMyDocuments(string path)

Parameters

path string

Relative path to append.

Returns

string