Guest User

Untitled

a guest
Jul 16th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. const fs = require('fs');
  2. const outputPath = path.resolve(process.env.HOME + '/' + outputDir + '/' + timestamp);
  3. fs.mkdir(outputPath, cb);
Add Comment
Please, Sign In to add comment