FILE_EXISTS_RENAME

Same name in other branches
  1. 7.x includes/file.inc \FILE_EXISTS_RENAME

Flag for dealing with existing files: Appends number until name is unique.

Deprecated

in drupal:8.7.0 and is removed from drupal:9.0.0. Use \Drupal\Core\File\FileSystemInterface::EXISTS_RENAME.

Related topics

File

core/includes/file.inc, line 68

Code

const FILE_EXISTS_RENAME = FileSystemInterface::EXISTS_RENAME;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.