Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

nodejs check directory exist or not

var fs = require('fs');
if (!fs.existsSync(newDest)) fs.mkdirSync(newDest,'0777', true);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #nodejs #check #directory #exist
ADD COMMENT
Topic
Name
2+3 =