C# Class SquishIt.Framework.CSS.RelativePathAdapter

Exibir arquivo Open project: connectivedx/SquishIt Class Usage Examples

Public Methods

Method Description
Adapt ( string relative ) : string
Between ( string from, string to ) : RelativePathAdapter

Private Methods

Method Description
FindRootPath ( List paths ) : string
RelativePathAdapter ( string directoriesUp, string directoriesDown ) : System

Method Details

Adapt() public method

public Adapt ( string relative ) : string
relative string
return string

Between() public static method

public static Between ( string from, string to ) : RelativePathAdapter
from string
to string
return RelativePathAdapter