BadScript 2
Loading...
Searching...
No Matches
BadScript2.IO Namespace Reference

Contains IO Implementation for the BadScript2 Runtime. More...

Namespaces

namespace  OpenKM
 File System Implementation for OpenKM.
 
namespace  Virtual
 Contains the Implementation of the BadScript Virtual File System.
 

Classes

class  BadFileSystem
 Public interface for the filesystem abstraction of the BadScript Engine. More...
 
class  BadFileSystemHelper
 File System Helper Extensions. More...
 
class  BadSystemFileSystem
 Implements a wrapper for the actual OS file system. More...
 
interface  IFileSystem
 Defines the interface for a file system. More...
 

Enumerations

enum  BadWriteMode { CreateNew , Append }
 The Write Modes of the File System Abstraction. More...
 

Detailed Description

Contains IO Implementation for the BadScript2 Runtime.

Enumeration Type Documentation

◆ BadWriteMode

The Write Modes of the File System Abstraction.

Enumerator
CreateNew 
Append 

Definition at line 6 of file BadWriteMode.cs.