May be this is a foolish question.
There are such things as write (create) a file and append to the file. But how to edit data in a file in JS windows app?
For example, I've set up a text file to gather inputs from a user. Later we want to edit some of this data. So what are options for these?