DataFileSystem<TValue>
Assembly: uMod.Core.dll
Inheritance ObjectDataSystem<String, TValue> DataFileSystem
Implements IDataSystem<String, TValue>, IDataFileSystem<TValue>
Summary
Represents a generic data file system
Constructors
Name | Summary |
|---|---|
DataFileSystem ( | Create data file system for the specified directory |
DataFileSystem ( | Create data file system for the specified directory using the specified data format |
DataFileSystem ( | Create data file system for the specified data category |
DataFileSystem ( | Create data file system for the specified data format and data category |
Methods
Name | Summary |
|---|---|
Delete ( | Delete file(s) matching the following path or path pattern |
Exists ( | Checks if file exists |
GetDataFile ( | Gets data file for the specified path |
GetFiles ( | Gets enumerable of files within directory |
Load ( | |
Read object from the specified path | |
ReadObjects ( | Read objects from the specified paths |
Save ( | Save the specified promises |
WriteObjects ( |