constant FILE_CREATE_DIRECTORY in Drupal 4
Same name and namespace in other branches
- 8 core/includes/file.inc \FILE_CREATE_DIRECTORY
- 5 includes/file.inc \FILE_CREATE_DIRECTORY
- 6 includes/file.inc \FILE_CREATE_DIRECTORY
- 7 includes/file.inc \FILE_CREATE_DIRECTORY
Related topics
3 uses of FILE_CREATE_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.module - Checks the existence of the directory specified in $form_element. This function is called from the system_view_general form to check both the file_directory_path and file_directory_temp directories. If validation fails, the form element is flagged…
- system_theme_settings in modules/
system.module - Menu callback; display theme configuration for entire site and individual themes.
File
- includes/
file.inc, line 16 - API for handling file uploads and server file management.
Code
define('FILE_CREATE_DIRECTORY', 1);