FILE_CREATE_DIRECTORY

in includes/file.inc

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

<?php
define('FILE_CREATE_DIRECTORY', 1);
?>

Related topics

Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.