Quantcast
Channel: Write a file into specific folder in node js? - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Write a file into specific folder in node js?

$
0
0

Would like to write data into specific folder using writefile in node js.

I have seen couple of questions in stackoverflow regarding this but none of them worked for me .

For example :

fs.writeFile('./niktoResults/result.txt', 'This is my text', function (err) {    if (err) throw err;    console.log('Results Received');});

This throws an error "NO SUCH FILE OR DIRECTORY"

Is there any alternative for writing data into specific folder node js ???


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images