Detect file creation or deletion under given path using python and kqueue on FreeBSD

StackOverflow https://stackoverflow.com/questions/7397528

  •  29-10-2019
  •  | 
  •  

Вопрос

Given /certain/path/ on a FreeBSD system, I would like python to use kqueue to detect if any files are created or deleted anywhere under that path.

How would I do this?

Нет правильного решения

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top