Interacting with files

Hi.

I’m using Vaadin 8 with Servlet and Electron. I was wondering how I would read and write files from the system?

Thanks in advance,
Daniel

According to https://vaadin.com/blog/desktop-uis-will-stay-alive-thanks-to-web-technologies nothing special here. Just use regular FileReaders/Writers like you would in any other Java program.

Indeed that does work. Thank you for letting me know about that!