C# Class Microsoft.SourceBrowser.Common.Paths

Datei anzeigen Open project: KirillOsenkov/SourceBrowser

Public Methods

Method Description
MustBeAbsolute ( this path ) : string
QuoteIfNeeded ( this path ) : string
TrimSlash ( this path ) : string

Method Details

MustBeAbsolute() public static method

public static MustBeAbsolute ( this path ) : string
path this
return string

QuoteIfNeeded() public static method

public static QuoteIfNeeded ( this path ) : string
path this
return string

TrimSlash() public static method

public static TrimSlash ( this path ) : string
path this
return string