IFileSystemDataAdapter

Namespace: uModIO

Assembly: uMod.Core.dll

Summary

Basic filesystem data adapter

Methods

Name

Summary

Delete (String)

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

Delete (Type, String)

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

Delete<T> (String)

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

Exists (String)

Checks if data file exists

GetFiles (String)

Gets enumerable of files within directory

GetFiles (Type, String)

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

GetFiles<T> (String)

Gets file(s) of type matching the following path or path pattern