Definition

drupal-cvs/includes/file.inc

Description

File status -- File has been permanently saved to the {files} tables.

If you wish to add custom statuses for use by contrib modules please expand as binary flags and consider the first 8 bits reserved. (0,1,2,4,8,16,32,64,128).

Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Code

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