c# - How to detect creation of folders/copying of files created by user/explorer.exe? -
how detect creation of folders/copying of files created user/explorer.exe? preferably in c# or vb.net, c fine. (note want folders created end users, not windows/applications)
i found sample app made use of shchangenotifyregister: http://msdn.microsoft.com/en-us/library/windows/desktop/dd940348(v=vs.85).aspx
but after testing found out doesn't detect files/folders created end user, applications (e.g. when hitting "save" in excel)
is because detection scope "explorer namespace"? possible change sample app detect creation of files , folders initiated end user using explorer shell?
Comments
Post a Comment