0.1.7 • Published 7 years ago

node-dirwatch-win32 v0.1.7

Weekly downloads
37
License
-
Repository
github
Last release
7 years ago

#node-dirwatch-win32 Windows-only directory watching node.js module

###Install npm install node-dirwatch-win32

--

To build this library, following components are needed:

  • Visual Studio 2015 with c++ installed

  • Python 2.7

  • Python environment variable PYTHON={python-dir including exe}

###Example code

#!javascript

const DW = require('node-dirwatch-win32').DirectoryWatcher;
let dw = new DW('c:\\chyronhego');
dw.on('change', () => {
  console.log('Something changed');
});

dw.on('error', (err) => {
  console.error(err.message);
});
0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago