C# Class Dev2.DynamicServices.StudioFileSystem

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

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

Private Methods

Method Description
GetEnsuredPath ( string path, bool searchEnsured ) : string
Initialize ( string rootDirectory, List ensuredDirectories ) : void

Method Details

GetEnsuredPath() public method

public GetEnsuredPath ( string path ) : string
path string
return string

GetEnsuredPath() public method

public GetEnsuredPath ( string path, SpecialFolder folder ) : string
path string
folder SpecialFolder
return string

GetRelativePath() public method

public GetRelativePath ( string relativePath ) : string
relativePath string
return string

GetRelativePath() public method

public GetRelativePath ( string relativePath, SpecialFolder folder ) : string
relativePath string
folder SpecialFolder
return string

StudioFileSystem() public method

public StudioFileSystem ( string rootDirectory, IEnumerable ensuredDirectories ) : System
rootDirectory string
ensuredDirectories IEnumerable
return System