overwolf.settings.getOverwolfVideosFolder
Overwolf APIs / overwolf / overwolf / settings / getOverwolfVideosFolder
function getOverwolfVideosFolder(
callback: CallbackFunction<FolderResult>,
): void;
Returns the current folder overwolf uses to store videos.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<FolderResult> | - |
Returns
void