C# 클래스 OpenIDE.Core.FileSystem.PathExtensions

파일 보기 프로젝트 열기: continuoustests/OpenIDE

공개 메소드들

메소드 설명
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