10 calls to file_create_path() in Drupal 4
- file_copy in includes/
file.inc - Copies a file to a new location. This is a powerful function that in many ways performs like an advanced version of copy().
- file_download in includes/
file.inc - Call modules that implement hook_file_download() to find out if a file is accessible and what headers it should be transferred with. If a module returns -1 drupal_access_denied() will be returned. If one or more modules returned headers the download…
- file_transfer in includes/
file.inc - Transfer file using http to client. Pipes a file through Drupal to the client.
- theme_upload_attachments in modules/
upload.module - Displays file attachments in table
- upload_file_download in modules/
upload.module - upload_menu in modules/
upload.module - Implementation of hook_menu().
- upload_nodeapi in modules/
upload.module - Implementation of hook_nodeapi().
- user_configure in modules/
user.module - user_file_download in modules/
user.module - Implementation of hook_file_download().
- _upload_form in modules/
upload.module