C# Class EveChatNotifier.PathHelper

Show file Open project: MyUncleSam/EveChatNotifier Class Usage Examples

Public Properties

Property Type Description
KnownPaths string>.Dictionary

Public Methods

Method Description
DecryptPath ( string path ) : string

remove place holders with real paths

EncryptedPath ( string path ) : string

replace path beginning with place holder (longest wins)

Method Details

DecryptPath() public static method

remove place holders with real paths
public static DecryptPath ( string path ) : string
path string
return string

EncryptedPath() public static method

replace path beginning with place holder (longest wins)
public static EncryptedPath ( string path ) : string
path string
return string

Property Details

KnownPaths public static property

public static Dictionary KnownPaths
return string>.Dictionary