hook_file_move($file, $source)
Respond to a file that has been moved.
$file The updated file object after the move.
$source The original file object before the move.
file_move()
drupal/modules/system/system.api.php, line 2639
<?php function hook_file_move($file, $source) { } ?>