1.0.2 • Published 4 years ago

watch-mac v1.0.2

Weekly downloads
12
License
ISC
Repository
github
Last release
4 years ago

watch-mac

Watch for file (folder) changes C++ For MAC

High-performance C ++ file monitoring system

Usage: watch-mac path
Result: CreteFileEvent path

​ MoveFileEvent path ​ MoveFileEvent fromPath toPath ​ MoveFileInEvent path ​ MoveFileOutEvent path ​ DeleteFileEvent path ​ ModifyFileEvent path

Watch for file (folder) changes C++ For MAC Copyright ©2020 ntfstool.com

For example:

watch-mac . /Volumes

... you will capturing external disk mount events now...

var watchmac = require('watch-mac');
var path = "/Volumes";

watchmac(path,function (data) {
    console.warn(data,"retData");
});
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago