[Solved]Android and Yarn and other files

Hello all,

I have read this in the File System part of the Wiki :

For security reasons, web browsers don’t let websites write any data to the file system of the computer they are executed on. Only games exported for Windows, macOS or Linux can use this functionality.

Does that mean that JS files created with the Dialog Tree extension will not be readable if the project is exported for Android devices?

Thanks!

No it’s mean Gdevelop cannot write file, but it can read it.
When you export your game the .json file from Yarn is include in your game, then the engine can read it.

Would that be true for any other .json files added to the project or it is only valid for Yarn?

It is true for everything counting as a resource.

Thanks a lot for your time guys!
Have a nice one.