Expert Developer JavaScript Question:

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

Answer:

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

fh = fopen(getScriptPath(), 0);

Download Expert JavaScript Developer PDF Read All 150 Expert JavaScript Developer Questions
Previous QuestionNext Question
Is JavaScript case sensitive?What is the difference between window.onload and onDocumentReady?