Hi !
is there a way, in debug mode (in my dev environment) to write a file to the hard drive.
(It’s only a debugging functionnality, i don’t need to publish this as a functionality and only need it in my dev environment)
I’m aware of clientStorage but what i need is to have a full control on a set of file that i create.
The only solution i can think of now is a local server on my machine (provided i find a way to reach it from the plugin)