FILE_STATUS_PERMANENT
in includes/file.inc
File status -- This bit in the status indicates that the file is permanent and should not be deleted during file garbage collection process. Temporary files older than DRUPAL_MAXIMUM_TEMP_FILE_AGE will be removed during cron runs.
<?php
define('FILE_STATUS_PERMANENT', 1);
?>
