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

Asked: Apr 14, 2023

This can be done by Using JavaScript extensions (runs from JavaScript Editor), example for opening of a file -
fh = fopen(getScriptPath(), 0);

Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!