constant FILE_EXISTS_ERROR

  1. 7.x drupal-7.x/includes/file.inc FILE_EXISTS_ERROR
  2. 6.x drupal-6.x/includes/file.inc FILE_EXISTS_ERROR

Related topics

1 use of FILE_EXISTS_ERROR
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

drupal-6.x/includes/file.inc, line 20
API for handling file uploads and server file management.

Code

define('FILE_EXISTS_ERROR', 2)