Table of Contents

Class DefaultPaths

Namespace
SunamoPaths
Assembly
SunamoPaths.dll

Provides methods for working with default paths in the sunamo project infrastructure.

public class DefaultPaths
Inheritance
DefaultPaths
Inherited Members
Extension Methods

Fields

All

Collection of all document-related paths.

public static readonly List<string> All

Field Value

List<string>

Backup

Backup folder path.

public static readonly string Backup

Field Value

string

BackupSunamosAppData

Backup path for sunamo application data.

public const string BackupSunamosAppData = "E:\\Sync\\Develop of Future\\Backups\\"

Field Value

string

BitBucketBasePath

Base path for BitBucket documents.

public const string BitBucketBasePath = "D:\\Documents\\BitBucket\\"

Field Value

string

Docs

Docs folder path on D: drive.

public static readonly string Docs

Field Value

string

Documents

Documents folder path on D: drive.

public static readonly string Documents

Field Value

string

Downloads

Downloads folder path on D: drive.

public static readonly string Downloads

Field Value

string

EDocuments

Documents folder path on E: drive.

public const string EDocuments = "E:\\Documents\\"

Field Value

string

Music2

Secondary music folder path.

public static readonly string Music2

Field Value

string

NormalizePathToFolder

Normalized path to the projects folder.

public static readonly string NormalizePathToFolder

Field Value

string

PaBasePath

Base path for PA directory.

public const string PaBasePath = "D:\\pa\\"

Field Value

string

PaSyncPath

Sync path for PA directory.

public const string PaSyncPath = "D:\\paSync\\"

Field Value

string

PhotosSunamoCz

Path to the photos.sunamo.cz pictures folder.

public const string PhotosSunamoCz = "D:\\Pictures\\photos.sunamo.cz\\"

Field Value

string

Streamline

Path to the Streamline icons folder.

public static readonly string Streamline

Field Value

string

SunamoCzNsnPath

Path to the sunamo.cz NSN project folder.

public static readonly string SunamoCzNsnPath

Field Value

string

SunamoCzOldPath

Path to the old sunamo.cz project folder.

public static readonly string SunamoCzOldPath

Field Value

string

SunamoCzProjectPath

Path to the sunamo.cz project folder, ending with backslash.

public static readonly string SunamoCzProjectPath

Field Value

string

SunamoCzRootPath

Root path for the sunamo.cz project, ending with backslash.

public static readonly string SunamoCzRootPath

Field Value

string

SyncArchived

Root path for sync archived content.

public const string SyncArchived = "E:\\SyncArchived\\"

Field Value

string

SyncArchivedDrive

Path for archived drive content.

public const string SyncArchivedDrive = "E:\\SyncArchived\\Drive\\"

Field Value

string

SyncArchivedText

Path for archived text content.

public const string SyncArchivedText = "E:\\SyncArchived\\Text\\"

Field Value

string

TestMoveClassElementIntoSharedFileUC

Test path for MoveClassElementIntoSharedFileUC operations.

public static readonly string TestMoveClassElementIntoSharedFileUC

Field Value

string

VsDocuments

Path to the Visual Studio documents folder.

public static readonly string VsDocuments

Field Value

string

VsProjects

Visual Studio projects folder path.

public static readonly string VsProjects

Field Value

string

VsProjectsPlatformIndependent

Path to the platform-independent NuGet packages folder.

public const string VsProjectsPlatformIndependent = "E:\\vs\\Projects\\PlatformIndependentNuGetPackages\\"

Field Value

string

VsRoot

Visual Studio root path (E:\vs).

public const string VsRoot = "E:\\vs\\"

Field Value

string

VsSecondaryRoot

Secondary Visual Studio root path (E:\vs2).

public const string VsSecondaryRoot = "E:\\vs2\\"

Field Value

string

XnConvert

Path to the XnConvert output folder.

public static readonly string XnConvert

Field Value

string

Properties

ActualPlatform

Gets the current platform root path.

public static string ActualPlatform { get; }

Property Value

string

Methods

IsIgnored(string)

Determines whether the specified path should be ignored based on known ignore patterns.

public static bool IsIgnored(string path)

Parameters

path string

The path to check.

Returns

bool

True if the path starts with the BitBucket base path; otherwise, false.