Answer the question
In order to leave comments, you need to log in
How to save a file to a non-existent folder:?
How to save a file with deep file attachment?
var url ='./helloworld/bla/bla/bla.txt' ;
fs.writeFile(url, 'Hello World!', function (err) {
if (err) return console.log(err);
console.log('Hello World > helloworld.txt');
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question