Watch for file (folder) changes [C++ For MAC]
High-performance C ++ file monitoring system
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
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");
});