Guest User

Untitled

a guest
Nov 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. var path = require('path');
  2.  
  3. module.exports = (function () {
  4. return path.dirname(require.main.filename || process.mainModule.filename);
  5. })();
  6.  
  7. // Example of usage:
  8. var root = require('root'); // In root will be absolute path to your application
Add Comment
Please, Sign In to add comment