Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Functions that call file_move()

Namesort iconLocationDescription
file_save_datadrupal/includes/file.incSave a string to the specified destination and create a database file entry.
file_save_uploaddrupal/includes/file.incSaves a file upload to a new location.

Functions called by file_move()

Namesort iconLocationDescription
drupal_set_messagedrupal/includes/bootstrap.incSet a message which reflects the status of the performed operation.
file_copydrupal/includes/file.incCopy a file to a new location and adds a file record to the database.
file_deletedrupal/includes/file.incDelete a file and its database record.
file_savedrupal/includes/file.incSave a file object to the database.
file_unmanaged_movedrupal/includes/file.incMove a file to a new location without calling any hooks or making any changes to the database.
module_invoke_alldrupal/includes/module.incInvoke a hook in all enabled modules that implement it.
tdrupal/includes/common.incTranslate strings to the page language or a given language.