You are here

constant FILE_NOT_EXIST in Drupal 7

Same name and namespace in other branches
  1. 8 core/includes/install.inc \FILE_NOT_EXIST
  2. 5 includes/install.inc \FILE_NOT_EXIST
  3. 6 includes/install.inc \FILE_NOT_EXIST
  4. 9 core/includes/install.inc \FILE_NOT_EXIST

File permission check -- File does not exist.

1 use of FILE_NOT_EXIST
drupal_verify_install_file in includes/install.inc
Verifies the state of the specified file.

File

includes/install.inc, line 61
API functions for installing modules and themes.

Code

define('FILE_NOT_EXIST', 16);