file_move

Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Functions that call file_move()

Namesort iconLocationDescription
file_movedrupal/includes/file.incMoves a file to a new location. Checks if $source and $dest are valid and readable/writable. Performs a file move if $source is not equal to $dest. If file already exists in $dest either the call will error out, replace the file or rename the file...
file_save_datadrupal/includes/file.incSave a string to the specified destination.
file_save_datadrupal/includes/file.incSave a string to the specified destination.
file_save_uploaddrupal/includes/file.incSaves a file upload to a new location. The source file is validated as a proper upload and handled as such.
file_save_uploaddrupal/includes/file.incSaves a file upload to a new location. The source file is validated as a proper upload and handled as such.

Functions called by file_move()

Namesort iconLocationDescription
drupal_set_messagedrupal/includes/bootstrap.incSet a message which reflects the status of the performed operation.
drupal_set_messagedrupal/includes/bootstrap.incSet a message which reflects the status of the performed operation.
file_copydrupal/includes/file.incCopies a file to a new location. This is a powerful function that in many ways performs like an advanced version of copy(). Checks if $source and $dest are valid and readable/writable. Performs a file copy if $source is not equal to $dest. If file...
file_copydrupal/includes/file.incCopies a file to a new location. This is a powerful function that in many ways performs like an advanced version of copy(). Checks if $source and $dest are valid and readable/writable. Performs a file copy if $source is not equal to $dest. If file...
file_deletedrupal/includes/file.incDelete a file.
file_deletedrupal/includes/file.incDelete a file.
file_movedrupal/includes/file.incMoves a file to a new location. Checks if $source and $dest are valid and readable/writable. Performs a file move if $source is not equal to $dest. If file already exists in $dest either the call will error out, replace the file or rename the file...
tdrupal/includes/common.incTranslate strings to the current locale.
tdrupal/includes/common.incTranslate strings to the current locale.