Login
Remember
Register
Ask a Question
Which method of fs module is used to write a file?
0
votes
asked
Jan 13, 2020
in
Big Data | Hadoop
by
AdilsonLima
Which method of fs module is used to write a file?
Bigdata-questions-answers
Hadoop-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 13, 2020
by
AdilsonLima
fs.writeFile(path, flags[, mode], callback)
...