file_copy

Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Functions that call file_copy()

Namesort iconLocationDescription
color_scheme_form_submitdrupal/modules/color/color.moduleSubmit handler for color change form.
color_scheme_form_submitdrupal/modules/color/color.moduleSubmit handler for color change form.
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_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_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...

Functions called by file_copy()

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_check_pathdrupal/includes/file.incChecks path to see if it is a directory, or a dir/file.
file_check_pathdrupal/includes/file.incChecks path to see if it is a directory, or a dir/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_create_pathdrupal/includes/file.incMake sure the destination is a complete path and resides in the file system directory, if it is not prepend the file system directory.
file_create_pathdrupal/includes/file.incMake sure the destination is a complete path and resides in the file system directory, if it is not prepend the file system directory.
tdrupal/includes/common.incTranslate strings to the current locale.
tdrupal/includes/common.incTranslate strings to the current locale.
watchdogdrupal/includes/bootstrap.incLog a system message.
watchdogdrupal/includes/bootstrap.incLog a system message.