constant FILE_CREATE_DIRECTORY

Same name and namespace in other branches
  1. 6.x drupal-6.x/includes/file.inc \FILE_CREATE_DIRECTORY

Flag used by file_prepare_directory() -- create directory if not present.

Related topics

Archivo

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

Código

define('FILE_CREATE_DIRECTORY', 1)