开发者

Tracking/monitoring File/Folder copy activities on windows

开发者 https://www.devze.com 2022-12-08 08:23 出处:网络
I would like to know if 开发者_StackOverflow社区there are any ways to programmatically detect or monitor the file or folder being copied either by copy command(like on command prompt-- copy a b) or by

I would like to know if 开发者_StackOverflow社区there are any ways to programmatically detect or monitor the file or folder being copied either by copy command(like on command prompt-- copy a b) or by using drag/drop(ctrl+c and ctr+v). It would be helpful if you could give some pointers( preferably some APIs in vc++)

thanks and regards

Dinakara K


You need to write a file system filter driver: http://www.microsoft.com/whdc/driver/filterdrv/default.mspx

See also the answers to this question: detect File 'COPY' operation in Windows

0

精彩评论

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