C# Class LibSassHost.FileManager

File manager
Inheritance: IFileManager
Afficher le fichier Open project: Taritsyn/LibSassHost

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetDefaultDirectory ( ) : string

Gets a default working directory of the application

Method Details

FileExists() public méthode

public FileExists ( string path ) : bool
path string
Résultat bool

FileManager() public méthode

Constructs a instance of file manager
public FileManager ( ) : System
Résultat System

GetCurrentDirectory() public méthode

public GetCurrentDirectory ( ) : string
Résultat string

IsAbsolutePath() public méthode

public IsAbsolutePath ( string path ) : bool
path string
Résultat bool

ReadFile() public méthode

public ReadFile ( string path ) : string
path string
Résultat string

ToAbsolutePath() public méthode

public ToAbsolutePath ( string path ) : string
path string
Résultat string