we use ICopyHook.CopyCallback shell extension to detect deletion , moving ,creation of folders , but not files Link , How to detect if the user is deleting a file from C# Application , or How to handle the delete operation for the user ? example : the user press Shift + DEL on f1.txt, then the operating System asks "Are Yuo sure You Want to delete 'f1.txt'? , if the user press 'yes' then the C# application will handle the deletion operation by moving 'f1.txt' to some hidden folder {for example } in transparent way ???
note : I think FileSystemWatcher can NOT do this task ..