After macOS minor upgrade of Monterey I've noticed that a directory of mine that lies under /Library/Application Support/myCompany/myProj/myFolder
has been mysteriously deleted.
Is there a way to check in retrospect which process deleted my directory ?
I know of fs_usage
, but it's used to record ongoing file activities... the question is how to get file auditing event from the past.
Thanks