FILE_STATUS_PERMANENT

Indicates that the file is permanent and should not be deleted.

Temporary files older than the system.file.temporary_maximum_age configuration value will be, if clean-up not disabled, removed during cron runs, but permanent files will not be removed during the file garbage collection process.

Related topics

File interface
Common file handling functions.

File

core/includes/file.inc, line 73
API for handling file uploads and server file management.

Code

const FILE_STATUS_PERMANENT = 1;
doc_Drupal
2016-10-29 09:14:16
Comments
Leave a Comment

Please login to continue.