C# Class OpenIDE.CodeEngine.Core.FileSystem.PathParser

Afficher le fichier Open project: continuoustests/OpenIDE

Méthodes publiques

Méthode Description
PathParser ( string path ) : System
RelativeTo ( string rootPath ) : string
ToAbsolute ( string relativeTo ) : string

Private Methods

Méthode Description
buildPathFromArray ( List folders ) : string
makeAbsolute ( string chunks ) : List

Method Details

PathParser() public méthode

public PathParser ( string path ) : System
path string
Résultat System

RelativeTo() public méthode

public RelativeTo ( string rootPath ) : string
rootPath string
Résultat string

ToAbsolute() public méthode

public ToAbsolute ( string relativeTo ) : string
relativeTo string
Résultat string