C# Класс OpenIDE.Core.FileSystem.PathExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
AdjustToEnvironment ( string path ) : string
CreateDirectories ( string file ) : void
GetRelativePath ( string templateFile, string fullpathFile ) : string

Приватные методы

Метод Описание
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

Описание методов

AdjustToEnvironment() публичный статический Метод

public static AdjustToEnvironment ( string path ) : string
path string
Результат string

CreateDirectories() публичный статический Метод

public static CreateDirectories ( string file ) : void
file string
Результат void

GetRelativePath() публичный статический Метод

public static GetRelativePath ( string templateFile, string fullpathFile ) : string
templateFile string
fullpathFile string
Результат string