18 if (fileSystem !=
null)
Exposes the BadScript Runtime Functionality to Consumers.
BadRuntime UseApi(BadInteropApi api, bool replace=false)
Adds or Replaces a specified API.
Public interface for the filesystem abstraction of the BadScript Engine.
static IFileSystem Instance
File System implementation.
static BadRuntime UseFileSystemApi(this BadRuntime runtime, IFileSystem? fileSystem=null)
Configures the Runtime to use the IO API.
Defines the interface for a file system.
Contains IO Implementation for the BadScript2 Runtime.
Contains IO Extensions and APIs for the BadScript2 Runtime.