C# Class OpenIDE.Core.FileSystem.PathExtensions

Datei anzeigen Open project: continuoustests/OpenIDE

Public Methods

Method Description
AdjustToEnvironment ( string path ) : string
CreateDirectories ( string file ) : void
GetRelativePath ( string templateFile, string fullpathFile ) : string

Private Methods

Method 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 method

public static AdjustToEnvironment ( string path ) : string
path string
return string

CreateDirectories() public static method

public static CreateDirectories ( string file ) : void
file string
return void

GetRelativePath() public static method

public static GetRelativePath ( string templateFile, string fullpathFile ) : string
templateFile string
fullpathFile string
return string