40 target.SetProperty(
"File", file);
41 target.SetProperty(
"Path", path);
42 target.SetProperty(
"Directory", directory);
Public interface for the filesystem abstraction of the BadScript Engine.
static IFileSystem Instance
File System implementation.
override void AdditionalData(BadTable target)
readonly BadFileApi m_FileApi
readonly BadDirectoryApi m_DirectoryApi
readonly BadPathApi m_PathApi
BadIOApi(IFileSystem fileSystem)
Creates a new API Instance.
Implements an Interop API for the BS2 Language.
Implements a Table Structure for the BadScript Language.
Defines the interface for a file system.
Contains IO Implementation for the BadScript2 Runtime.
Contains IO Extensions and APIs for the BadScript2 Runtime.
Contains the Interop Abstractions and Implementations for the BadScript2 Language.
Contains the Runtime Objects.