C# Class i18n.Domain.Helpers.PathNormalizer

Datei anzeigen Open project: turquoiseowl/i18n

Public Methods

Method Description
MakeRelativePath ( string anchorPath, string path ) : string

Private Methods

Method Description
FirstUniqueComponentIndex ( string anchorComponents, string pathComponents ) : int

Method Details

MakeRelativePath() public static method

public static MakeRelativePath ( string anchorPath, string path ) : string
anchorPath string
path string
return string