Ok, it must be one of the most fundamentally useful things in a programming
language, to be able to read and write files.
I want to know how i can do this in Javascript. I want to open a text
file, use it to fill some variables on a webpage. And have that webpage
save any changes.
Is there a single command like the C fopen("filename ", "ra");?
language, to be able to read and write files.
I want to know how i can do this in Javascript. I want to open a text
file, use it to fill some variables on a webpage. And have that webpage
save any changes.
Is there a single command like the C fopen("filename ", "ra");?
Comment