开发者

Mac OS X monitor/observe an app installation

I would lik开发者_运维技巧e to monitor an app installation and know what files the app changes, creates and so on.

How can I do this?


The FSEvents framework allows applications to register for notifications of changes to a given directory tree. That allows you to track down created, changed or deleted files.

Have a look at the File System Events Programming Guide by Apple.

If you are looking for something existing with GUI: You might want to try fseventer

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜