- Messages
- 162
- Country

SDK says about WASM modules:
ascertained that ". /" points at the root of your package, I’m trying to figure out where "/work" points, tried the root of Community and Store but without results, any ideas ? (may be at your installation root ?)
thanks in advance
/Mario
Code:
In order to access files from within an add-on, filenames can be prefixed in two ways:
".\": to access the files from within the add-on package. This has a read-only access.
"\work": to access a persistent storage that the add-on can use. This is a read/write access.
ascertained that ". /" points at the root of your package, I’m trying to figure out where "/work" points, tried the root of Community and Store but without results, any ideas ? (may be at your installation root ?)
thanks in advance
/Mario

