C# 클래스 Dev2.DynamicServices.StudioFileSystem

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
GetEnsuredPath ( string path ) : string
GetEnsuredPath ( string path, SpecialFolder folder ) : string
GetRelativePath ( string relativePath ) : string
GetRelativePath ( string relativePath, SpecialFolder folder ) : string
StudioFileSystem ( string rootDirectory, IEnumerable ensuredDirectories ) : System

비공개 메소드들

메소드 설명
GetEnsuredPath ( string path, bool searchEnsured ) : string
Initialize ( string rootDirectory, List ensuredDirectories ) : void

메소드 상세

GetEnsuredPath() 공개 메소드

public GetEnsuredPath ( string path ) : string
path string
리턴 string

GetEnsuredPath() 공개 메소드

public GetEnsuredPath ( string path, SpecialFolder folder ) : string
path string
folder SpecialFolder
리턴 string

GetRelativePath() 공개 메소드

public GetRelativePath ( string relativePath ) : string
relativePath string
리턴 string

GetRelativePath() 공개 메소드

public GetRelativePath ( string relativePath, SpecialFolder folder ) : string
relativePath string
folder SpecialFolder
리턴 string

StudioFileSystem() 공개 메소드

public StudioFileSystem ( string rootDirectory, IEnumerable ensuredDirectories ) : System
rootDirectory string
ensuredDirectories IEnumerable
리턴 System