| Name | Description |
|---|---|
| File interface | Common file handling functions. |
| Name | Location | Description |
|---|---|---|
| file_download | drupal/includes/file.inc | Menu handler for private file transfers. |
| Name | Location | Description |
|---|---|---|
| drupal_not_found | drupal/includes/common.inc | Generates a 404 error if the request can not be handled. |
| drupal_set_header | drupal/includes/common.inc | Set an HTTP response header for the current page. |
| file_create_path | drupal/includes/file.inc | Make sure the destination is a complete path and resides in the file system directory, if it is not prepend the file system directory. |