Files: 1eb144e388da5f1a3466703f56ac4ab591d700fc / test / test-79-npm / exiftool.pl / exiftool.pl.js
191 bytesRaw
1 | ; |
2 | |
3 | var fs = require('fs'); |
4 | var exiftool = require('exiftool.pl'); |
5 | |
6 | if (fs.existsSync(exiftool)) { |
7 | console.log('ok'); |
8 | } else { |
9 | console.log('Unable to open file:', exiftool); |
10 | } |
11 |
Built with git-ssb-web