DirectMod Class |
Namespace: Kit.Modding.Loaders
The DirectMod type exposes the following members.
| Name | Description | |
|---|---|---|
| Exists | Returns whether a file exists. (Overrides ModExists(String).) | |
| FindFiles | Find files based on a path. (Overrides ModFindFiles(String).) | |
| GetFullPath | Gets the full path to a file. | |
| ReadBytes | Read the contents of a file in binary-mode. (Overrides ModReadBytes(String).) | |
| ReadBytesAsync | Read the contents of a file asynchronously in binary-mode. (Overrides ModReadBytesAsync(String).) | |
| ReadText | Read the contents of a file in text-mode. (Overrides ModReadText(String).) | |
| ReadTextAsync | Read the contents of a file asynchronously in text-mode. (Overrides ModReadTextAsync(String).) |