| Name | Description |
|---|---|
| File interface | Common file handling functions. |
| Name | Location | Description |
|---|---|---|
| file_copy | drupal/includes/file.inc | Copy a file to a new location and adds a file record to the database. |
| file_save_upload | drupal/includes/file.inc | Saves a file upload to a new location. |
| file_unmanaged_copy | drupal/includes/file.inc | Copy a file to a new location without calling any hooks or making any changes to the database. |
| Name | Location | Description |
|---|---|---|
| file_check_directory | drupal/includes/file.inc | Check that the directory exists and is writable. |