overwolf.utils.openWindowsExplorer
Overwolf APIs / overwolf / overwolf / utils / openWindowsExplorer
function openWindowsExplorer(
url: string,
callback: CallbackFunction<Result>,
): void;
Opens Windows Explorer and selects a file received as an Overwolf media url.
Parameters
| Parameter | Type | Description |
|---|---|---|
url | string | An overwolf media url (overwolf://media/*) |
callback | CallbackFunction<Result> | Called with the result of the request. |
Returns
void