overwolf.io.fileExists
Overwolf APIs / overwolf / overwolf / io / fileExists
function fileExists(
filePath: string,
callback: CallbackFunction<FileExistsResult>,
): void;
Checks for the existence of the file in the given path.
Parameters
| Parameter | Type | Description |
|---|---|---|
filePath | string | The path to check for. |
callback | CallbackFunction<FileExistsResult> | Returns with the result. |
Returns
void