file_check_directory

Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Functions that call file_check_directory()

Namesort iconLocationDescription
color_scheme_form_submitdrupal/modules/color/color.moduleSubmit handler for color change form.
drupal_build_css_cachedrupal/includes/common.incAggregate and optimize CSS files, putting them in the files directory.
drupal_build_js_cachedrupal/includes/common.incAggregate JS files, putting them in the files directory.
file_check_pathdrupal/includes/file.incChecks path to see if it is a directory, or a directory/file.
system_check_directorydrupal/modules/system/system.moduleChecks 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_settingsdrupal/modules/system/system.admin.incForm builder; display theme configuration for entire site and individual themes.
user_admin_settingsdrupal/modules/user/user.admin.incForm builder; Configure user settings for this site.
_locale_rebuild_jsdrupal/includes/locale.inc(Re-)Creates the JavaScript translation file for a language.

Functions called by file_check_directory()

Namesort iconLocationDescription
check_plaindrupal/includes/bootstrap.incEncode special characters in a plain-text string for display as HTML.
drupal_set_messagedrupal/includes/bootstrap.incSet a message which reflects the status of the performed operation.
file_directory_pathdrupal/includes/file.incDetermine the default 'files' directory.
file_directory_tempdrupal/includes/file.incDetermine the default temporary directory.
form_set_errordrupal/includes/form.incFile an error against a form element.
tdrupal/includes/common.incTranslate strings to the page language or a given language.
watchdogdrupal/includes/bootstrap.incLog a system message.