Commit 04ed7899 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent e0a7f2b9
var watch = require('node-watch'); var watch = require('node-watch');
watch('./', { filter: /\.txt$/ }, function(evt, name) { watch('C:\\yMTa - 2\\Set\\AiTest\\New folder', { filter: /\.csv$/ }, function(evt, name) {
console.log('%s changed.', name); console.log('%s changed.', name);
}); });
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment