Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Functions that call file_create_path()

Namesort iconLocationDescription
drupal_build_css_cachedrupal/includes/common.incAggregate and optimize CSS files, putting them in the files directory.
drupal_build_js_cachedrupal/includes/common.incAggregate JS files, putting them in the files directory.
drupal_clear_css_cachedrupal/includes/common.incDelete all cached CSS files.
drupal_clear_js_cachedrupal/includes/common.incDelete all cached JS files.
fileupload_file_downloadcontributions/docs/developer/examples/fileupload.moduleImplementation of hook_file_download.
file_copydrupal/includes/file.incCopy a file to a new location and adds a file record to the database.
file_downloaddrupal/includes/file.incMenu handler for private file transfers.
file_save_uploaddrupal/includes/file.incSaves a file upload to a new location.
file_transferdrupal/includes/file.incTransfer file using HTTP to client. Pipes a file through Drupal to the client.
file_unmanaged_copydrupal/includes/file.incCopy a file to a new location without calling any hooks or making any changes to the database.
hook_file_downloaddrupal/modules/system/system.api.phpControl access to private file downloads and specify HTTP headers.
locale_js_alterdrupal/modules/locale/locale.moduleImplementation of hook_js_alter().
theme_upload_attachmentsdrupal/modules/upload/upload.moduleDisplays file attachments in table
upload_file_downloaddrupal/modules/upload/upload.moduleImplementation of hook_file_download().
upload_menudrupal/modules/upload/upload.moduleImplementation of hook_menu().
user_admin_settingsdrupal/modules/user/user.admin.incForm builder; Configure user settings for this site.
user_file_downloaddrupal/modules/user/user.moduleImplementation of hook_file_download().
_locale_rebuild_jsdrupal/includes/locale.inc(Re-)Creates the JavaScript translation file for a language.

Functions called by file_create_path()

Namesort iconLocationDescription
file_check_locationdrupal/includes/file.incCheck if a file is really located inside $directory.
file_directory_pathdrupal/includes/file.incDetermine the default 'files' directory.
file_directory_tempdrupal/includes/file.incDetermine the default temporary directory.