.net - Send File Programmability in C# -


how go detecting, blocking, or in general referring send file operation can file/folder on windows. happening when send file happens , there kind of built in programmability in .net or similar how doing move works(it gets deleted first , created in new location.)

i want know if there way detect when send file happens or windows file/folder when send file executed.

if speaking of "send to" context menu when right-click on file/folder, result of shell extension handler. pretty sure there's way intercept those: is there click handler shell extension

ms documentation on registering/creating own handers below:

http://msdn.microsoft.com/en-us/library/windows/desktop/cc144067%28v=vs.85%29.aspx

http://msdn.microsoft.com/en-us/library/windows/desktop/cc144110%28v=vs.85%29.aspx

i presume if select "send to" , pick folder/drive, standard move or copy (depending on if same drive or not). mentioned alan, can use filesystemwatcher try , monitor specific files/directories, careful being on broad watching, because there limitations on how fast fsw can receive events, meaning if watch will miss events. option if absolutely must see file move hook change journal, gets ugly.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -