constant FILE_EXISTS_RENAME
- 7.x drupal-7.x/includes/file.inc FILE_EXISTS_RENAME
- 6.x drupal-6.x/includes/file.inc FILE_EXISTS_RENAME
Related topics
5 uses of FILE_EXISTS_RENAME
- file_copy in drupal-6.x/
includes/ file.inc - Copies a file to a new location.
- file_destination in drupal-6.x/
includes/ file.inc - Determines the destination path for a file depending on how replacement of existing files should be handled.
- file_move in drupal-6.x/
includes/ file.inc - Moves a file to a new location.
- file_save_data in drupal-6.x/
includes/ file.inc - Save a string to the specified destination.
- file_save_upload in drupal-6.x/
includes/ file.inc - Saves a file upload to a new location.
File
- drupal-6.x/
includes/ file.inc, line 18 - API for handling file uploads and server file management.
Code
define('FILE_EXISTS_RENAME', 0)