overwolf.io.dir
Overwolf APIs / overwolf / overwolf / io / dir
function dir(path: string, callback: CallbackFunction<DirResult>): void;
Lists all files and folder in the target path.
Parameters
| Parameter | Type | Description |
|---|---|---|
path | string | The target path |
callback | CallbackFunction<DirResult> | result callback. |
Returns
void