Flag used by file_prepare_directory() -- file permissions may be changed.
Related topics
- File interface
- Common file handling functions.
File
- core/includes/file.inc, line 48
- API for handling file uploads and server file management.
Code
const FILE_MODIFY_PERMISSIONS = 2;
Please login to continue.