DataFileSystem
Namespace: uMod
Assembly: uMod.Core.dll
Inheritance Object DataFileSystem
Summary
Manages all data files
Constructors
Name | Summary |
|---|---|
DataFileSystem ( | Initializes a new instance of the DataFileSystem class |
Properties
Name | Summary |
|---|---|
Directory | Gets the directory that this system works in |
Methods
Name | Summary |
|---|---|
ExistsDatafile ( | Check if datafile exists without creating it |
Read data files in a batch and send callback | |
GetDatafile ( | Gets a datafile |
GetFile ( | Get a configuration file by name |
Gets data files from path, with optional search pattern | |
Read a JSON file and convert it to generic object | |
SaveDatafile ( | Saves the specified datafile |
Write a generic object to a JSON file |
Static Methods
Name | Summary |
|---|---|
GetDefaultJsonSerializerSettings () | Get default json serializer settings |