From: Dee Earley on 6 Aug 2010 06:01 On 06/08/2010 02:55, susan wrote: > I would like to know if there is any software that can 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). For what purposes? As a programmer, you can use Process Explorer to see what is happening, but you will need a file change notification hook to get any writes. (Tying it back to a given source being copied could be nigh on impossible though.) -- Dee Earley (dee.earley(a)icode.co.uk) i-Catcher Development Team iCode Systems (Replies direct to my email address will be ignored. Please reply to the group.)
|
Pages: 1 Prev: Project Hilo: Building modern C++ apps for Windows Next: Trouble with _totupper |