hook_file_copy
- Versions
- 7
hook_file_copy($file, $source)
Respond to a file that has been copied.
See also
Parameters
$file The newly copied file object.
$source The original file before the copy.
Related topics
Code
modules/system/system.api.php, line 1519
<?php
function hook_file_copy($file, $source) {
}
?>Login or register to post comments 