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).
| Name | Description |
|---|---|
| File interface | Common file handling functions. |
<?php
define('FILE_STATUS_PERMANENT', 1);
?>