Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dir.js 76B

1234
  1. var fs = require('fs');
  2. var path = require('path');
  3. console.log(__dirname);