hook_file_copy($file, $source)
Respond to a file that has been copied.
$file The newly copied file object.
$source The original file before the copy.
file_copy()
drupal/modules/system/system.api.php, line 2625
<?php function hook_file_copy($file, $source) { } ?>