Answers

Question and Answer:

  Home  Expert JavaScript Developer

⟩ What is the method for reading and writing a file in JavaScript?

This can be done by Using JavaScript extensions (runs from JavaScript Editor), example for opening of a file -

fh = fopen(getScriptPath(), 0);

 190 views

More Questions for you: