Skip to main content

Overview

APIDescription
overwolf.io.enums.eEncoding-
overwolf.io.enums.encoding-
overwolf.io.enums.WatchEventType-
overwolf.io.copyFileCopy a file from the local extension directory to a destination on the local machine.
overwolf.io.dirLists all files and folder in the target path.
overwolf.io.existIs path exist.
overwolf.io.fileExistsChecks for the existence of the file in the given path.
overwolf.io.listenOnFileStart listening on file. Stream a file (text files only), line-by-line, from the local filesystem.
overwolf.io.readBinaryFileReads a file's contents and returns an array of byte values. This function is extremely slow! Use it only for small files.
overwolf.io.readFileContentsRead the content to the target file.
overwolf.io.readTextFileReads a file's contents and returns it as text.
overwolf.io.writeFileContentsWrites 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.CallbackFunctionvoid
overwolf.io.DeepPartial-