Flag used by file_prepare_directory() -- create directory if not present.
Related topics
- File interface
- Common file handling functions.
File
- core/includes/file.inc, line 43
- API for handling file uploads and server file management.
Code
const FILE_CREATE_DIRECTORY = 1;
Please login to continue.