constant FILE_CREATE_DIRECTORY

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

Related topics

7 uses of FILE_CREATE_DIRECTORY
color_scheme_form_submit in drupal-6.x/modules/color/color.module
Submit handler for color change form.
drupal_build_css_cache in drupal-6.x/includes/common.inc
Aggregate and optimize CSS files, putting them in the files directory.
drupal_build_js_cache in drupal-6.x/includes/common.inc
Aggregate JS files, putting them in the files directory.
file_check_directory in drupal-6.x/includes/file.inc
Checks whether a directory exists and is writable.
system_check_directory in drupal-6.x/modules/system/system.module
Checks the existence of the directory specified in $form_element. This function is called from the system_settings form to check both the file_directory_path and file_directory_temp directories. If validation fails, the form element is flagged with an…

... See full list

File

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

Code

define('FILE_CREATE_DIRECTORY', 1)