constant FILE_EXISTS_REPLACE

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

Related topics

26 uses of FILE_EXISTS_REPLACE

File

drupal/core/includes/file.inc, line 124
API for handling file uploads and server file management.

Code

const FILE_EXISTS_REPLACE = 1;