file_directory_temp

Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Functions that call file_directory_temp()

Namesort iconLocationDescription
file_check_directorydrupal/includes/file.incCheck that the directory exists and is writable.
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_save_datadrupal/includes/file.incSave a string to the specified destination and create a database file entry.
file_save_uploaddrupal/includes/file.incSaves a file upload to a new location.
file_unmanaged_save_datadrupal/includes/file.incSave a string to the specified destination without calling any hooks or making any changes to the database.
system_file_system_settingsdrupal/modules/system/system.admin.incForm builder; Configure the site file handling.

Functions called by file_directory_temp()

Namesort iconLocationDescription
file_directory_pathdrupal/includes/file.incDetermine the default 'files' directory.
variable_getdrupal/includes/bootstrap.incReturn a persistent variable.
variable_setdrupal/includes/bootstrap.incSet a persistent variable.