Class SymbolLoader.FileSystemSite
- Namespace
- Alternet.Common.TypeScript.Compiler
- Assembly
- Alternet.Common.TypeScript.v9.dll
public class SymbolLoader.FileSystemSite : IFileSystemSite
- Inheritance
-
SymbolLoader.FileSystemSite
- Implements
Constructors
Methods
- fileExists(string)
Indicates whether a file with the specified name exists.
- getCurrentDirectory()
Gets the current working directory.
- readAllTextFromFile(string)
Reads all text content from the specified file and returns it.
- readDirectory(string, string[], string[], string[], int?)
Gets the file names listing of the specified directory.
- writeFile(string, string)
Writes the specified text content into a file with the specified name.