test2.js 102 B

1234
  1. var path = require('path');
  2. var fs = require('fs');
  3. console.log(path.join("/etc/", "password.txt"));