Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Functions that call file_check_path()

Namesort iconLocationDescription
file_copydrupal/includes/file.incCopy a file to a new location and adds a file record to the database.
file_save_uploaddrupal/includes/file.incSaves a file upload to a new location.
file_unmanaged_copydrupal/includes/file.incCopy a file to a new location without calling any hooks or making any changes to the database.

Functions called by file_check_path()

Namesort iconLocationDescription
file_check_directorydrupal/includes/file.incCheck that the directory exists and is writable.