Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
typo at string of: overwolf.io.paths.localAppData
Browse files Browse the repository at this point in the history
  • Loading branch information
benjokoren-ow committed Aug 15, 2024
1 parent 79f4f27 commit af0d8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/io/paths.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ console.log(overwolf.io.paths.system)
To get the full path of the current extension (OW app), you can call `overwolf.io.paths.localAppData` and concatenate your extension id and your app version to it:

```javascript
overwolf.io.paths.localAppData + "/overwolf/extensions/[your extension id]/[version]"
overwolf.io.paths.localAppData + "/Overwolf/Extensions/[your extension id]/[version]"
```
Where version can be [retrieved from the app manifest](../extensions/current#getmanifestcallback).

Expand Down

0 comments on commit af0d8e4

Please sign in to comment.