file_delete

Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Functions that call file_delete()

Namesort iconLocationDescription
chatroom_deletecontributions/modules/chatroom/chatroom.moduleImplementation of hook_delete().
chatroom_deletecontributions/modules/chatroom/chatroom.moduleImplementation of hook_delete().
chatroom_form_chat_archive_submitcontributions/modules/chatroom/chatroom.moduleArchive an open chat.
chatroom_form_chat_archive_submitcontributions/modules/chatroom/chatroom.moduleArchive an open chat.
chatroom_updatecontributions/modules/chatroom/chatroom.moduleImplementation of hook_update()
chatroom_updatecontributions/modules/chatroom/chatroom.moduleImplementation of hook_update()
fileupload_deletecontributions/docs/developer/examples/fileupload.moduleImplementation of hook_delete().
fileupload_deletecontributions/docs/developer/examples/fileupload.moduleImplementation of hook_delete().
fileupload_deletecontributions/docs/developer/examples/fileupload.moduleImplementation of hook_delete().
fileupload_updatecontributions/docs/developer/examples/fileupload.moduleImplementation of hook_update().
fileupload_updatecontributions/docs/developer/examples/fileupload.moduleImplementation of hook_update().
fileupload_updatecontributions/docs/developer/examples/fileupload.moduleImplementation of hook_update().
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...
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...
_upload_preparedrupal/modules/upload/upload.moduleSave new uploads and attach them to the node object. append file_previews to the node object as well.
_upload_preparedrupal/modules/upload/upload.moduleSave new uploads and attach them to the node object. append file_previews to the node object as well.

Functions called by file_delete()

Namesort iconLocationDescription
file_deletedrupal/includes/file.incDelete a file.