IDataFileSystem<TValue>

Namespace: uModIO

Assembly: uMod.Core.dll

Implements IDataSystem<String, TValue>

Summary

Represents generic data file system

Methods

Name

Summary

Delete (String)

Delete file(s) matching the following path or path pattern

Exists (String)

Checks if data file exists

GetDataFile (String)

Get data file

GetFiles (String)

Gets enumerable of files within directory

Load (IDataFile<TValue>, Boolean)

Load (IEnumerable<IPromise<TValue>>)

Save (IDataFile<TValue>, TValue)

Save (IDataFile<TValue>)

Save (IEnumerable<IPromise>)

Save multiple data file promises