You are here

constant FILE_CREATE_DIRECTORY in Drupal 5

Same name and namespace in other branches
  1. 8 core/includes/file.inc \FILE_CREATE_DIRECTORY
  2. 4 includes/file.inc \FILE_CREATE_DIRECTORY
  3. 6 includes/file.inc \FILE_CREATE_DIRECTORY
  4. 7 includes/file.inc \FILE_CREATE_DIRECTORY

Related topics

6 uses of FILE_CREATE_DIRECTORY
color_scheme_form_submit in modules/color/color.module
Submit handler for color change form.
drupal_build_css_cache in includes/common.inc
Aggregate and optimize CSS files, putting them in the files directory.
file_check_directory in includes/file.inc
Check that the directory exists and is writable. Directories need to have execute permissions to be considered a directory by FTP servers, etc.
system_check_directory in 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…
system_theme_settings in modules/system/system.module
Menu callback; display theme configuration for entire site and individual themes.

... See full list

File

includes/file.inc, line 16
API for handling file uploads and server file management.

Code

define('FILE_CREATE_DIRECTORY', 1);