sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.58k stars 267 forks source link

Use absolute path for `LoadFile` in all examples #269

Closed mrg0lden closed 3 years ago

mrg0lden commented 3 years ago

Hi All examples that use normal relative paths got updated to use absolute path instead. This should fix #223.