Static class that contains all the directories used by the console.
static string LogFile
The Log File.
static string DataDirectory
The Data Directory.
Public interface for the filesystem abstraction of the BadScript Engine.
static IFileSystem Instance
File System implementation.
void CreateDirectory(string path, bool recursive=false)
Creates a new directory.
string GetStartupDirectory()
The Startup Directory of the Application.
Contains the Core Functionality of the Console Application.
Contains IO Implementation for the BadScript2 Runtime.