constant FILE_EXISTS_ERROR in Drupal 6
Same name and namespace in other branches
- 8 core/includes/file.inc \FILE_EXISTS_ERROR
- 4 includes/file.inc \FILE_EXISTS_ERROR
- 5 includes/file.inc \FILE_EXISTS_ERROR
- 7 includes/file.inc \FILE_EXISTS_ERROR
Related topics
1 use of FILE_EXISTS_ERROR
- file_destination in includes/
file.inc - Determines the destination path for a file depending on how replacement of existing files should be handled.
File
- includes/
file.inc, line 20 - API for handling file uploads and server file management.
Code
define('FILE_EXISTS_ERROR', 2);