Say I want to be informed whenever a file copy is launched on my system and get the file name, the destination where it is being copied or moved and the time of copy.
is this possible ? how would you go about it ? should you hook CopyFile API function ?
Is there any software that already accomplishes this ?
thanks.