C# 클래스 LibSassHost.FileManager

File manager
상속: IFileManager
파일 보기 프로젝트 열기: Taritsyn/LibSassHost

공개 메소드들

메소드 설명
FileExists ( string path ) : bool
FileManager ( ) : System

Constructs a instance of file manager

GetCurrentDirectory ( ) : string
IsAbsolutePath ( string path ) : bool
ReadFile ( string path ) : string
ToAbsolutePath ( string path ) : string

비공개 메소드들

메소드 설명
GetDefaultDirectory ( ) : string

Gets a default working directory of the application

메소드 상세

FileExists() 공개 메소드

public FileExists ( string path ) : bool
path string
리턴 bool

FileManager() 공개 메소드

Constructs a instance of file manager
public FileManager ( ) : System
리턴 System

GetCurrentDirectory() 공개 메소드

public GetCurrentDirectory ( ) : string
리턴 string

IsAbsolutePath() 공개 메소드

public IsAbsolutePath ( string path ) : bool
path string
리턴 bool

ReadFile() 공개 메소드

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

ToAbsolutePath() 공개 메소드

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