C# Class OpenIDE.Core.FileSystem.PathExtensions

Afficher le fichier Open project: continuoustests/OpenIDE

Méthodes publiques

Méthode Description
AdjustToEnvironment ( string path ) : string
CreateDirectories ( string file ) : void
GetRelativePath ( string templateFile, string fullpathFile ) : string

Private Methods

Méthode Description
checkRecursiveLevels ( string templateDir, string fullPathFile ) : int
checkRecursiveLevels ( string templateDir, string fullPathFile, int level ) : int
extractRelativePath ( string path, string templatePath ) : string
getRelativePathFromLevel ( string templateDir, string fullPathFile, int level ) : string
removePathEscape ( string path ) : string

Method Details

AdjustToEnvironment() public static méthode

public static AdjustToEnvironment ( string path ) : string
path string
Résultat string

CreateDirectories() public static méthode

public static CreateDirectories ( string file ) : void
file string
Résultat void

GetRelativePath() public static méthode

public static GetRelativePath ( string templateFile, string fullpathFile ) : string
templateFile string
fullpathFile string
Résultat string