FILE_EXISTS_REPLACE

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

drupal/includes/file.inc, line 57

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

Related topics