Drupal API

file_directory_path

  • Drupal 5
  • Drupal 6

includes/file.inc, строка 962

Версии
5 – 6
file_directory_path()

Определяет адрес по умолчанию для папки 'files' (папка хранения файлов, загруженных пользователями и т.п.)

Возвращаемое значение

Строка, содержащая адрес папки 'files'

Связанные темы

▸ 14 функции вызывают file_directory_path()

▾ 14 функции вызывают file_directory_path()

color_scheme_form_submit in modules/color/color.module
Submit handler for color change form.
drupal_get_css in includes/common.inc
Returns a themed representation of all stylesheets that should be attached to the page.
drupal_get_js in includes/common.inc
Returns a themed presentation of all JavaScript code for the current page.
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.
file_create_path in includes/file.inc
Make sure the destination is a complete path and resides in the file system directory, if it is not prepend the file system directory.
file_create_url in includes/file.inc
Формирует путь для скачивания файла.
file_directory_temp in includes/file.inc
Определеляет папку по умолчанию для хранения временных файлов.
system_file_system_settings in modules/system/system.admin.inc
Form builder; Configure the site file handling. See alsosystem_settings_form()
system_performance_settings in modules/system/system.admin.inc
Form builder; Configure site performance settings. See alsosystem_settings_form()
system_requirements in modules/system/system.install
Test and report Drupal installation requirements.
system_theme_settings in modules/system/system.admin.inc
Form builder; display theme configuration for entire site and individual themes.
upload_form_alter in modules/upload/upload.module
upload_node_form_submit in modules/upload/upload.module
Save new uploads and store them in the session to be associated to the node on upload_save.
user_admin_settings in modules/user/user.admin.inc
Form builder; Configure user settings for this site. See alsosystem_settings_form()

Код

<?php
function file_directory_path() {
  return variable_get('file_directory_path', conf_path() .'/files');
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

Вход в систему

Что такое OpenID?
  • Регистрация
  • Забыли пароль?

Документация

  • Drupal 6
  • Константы
  • Файлы
  • Функции
  • Глобальные переменные
  • Разделы