| overwolf.io.enums.eEncoding | - |
| overwolf.io.enums.encoding | - |
| overwolf.io.enums.WatchEventType | - |
| overwolf.io.copyFile | Copy a file from the local extension directory to a destination on the local machine. |
| overwolf.io.dir | Lists all files and folder in the target path. |
| overwolf.io.exist | Is path exist. |
| overwolf.io.fileExists | Checks for the existence of the file in the given path. |
| overwolf.io.listenOnFile | Start listening on file. Stream a file (text files only), line-by-line, from the local filesystem. |
| overwolf.io.readBinaryFile | Reads a file's contents and returns an array of byte values. This function is extremely slow! Use it only for small files. |
| overwolf.io.readFileContents | Read the content to the target file. |
| overwolf.io.readTextFile | Reads a file's contents and returns it as text. |
| overwolf.io.writeFileContents | Writes the content to the target file. If the file doesn't exist, it will be created, along with any needed directories along the path. Otherwise, the file's content will be overwritten. |
| overwolf.io.Dictionary | - |
| overwolf.io.DirResult | - |
| overwolf.io.ExistsResult | - |
| overwolf.io.FileExistsResult | - |
| overwolf.io.FileInDir | - |
| overwolf.io.FileInfo | - |
| overwolf.io.ListenFileOptions | - |
| overwolf.io.ListenOnFileResult | - |
| overwolf.io.ReadBinaryFileResult | - |
| overwolf.io.ReadFileContentsResult | - |
| overwolf.io.ReadFileOptions | - |
| overwolf.io.ReadTextFileResult | - |
| overwolf.io.WatchedFileChanged | - |
| overwolf.io.CallbackFunction | void |
| overwolf.io.DeepPartial | - |