FILE_EXISTS_REPLACE

in includes/file.inc

Flag for dealing with existing files: Replace the existing file.

<?php
define('FILE_EXISTS_REPLACE', 1);
?>

Related topics