Flag for dealing with existing files: Replace the existing file.
Related topics
- File interface
- Common file handling functions.
File
- core/includes/file.inc, line 58
- API for handling file uploads and server file management.
Code
const FILE_EXISTS_REPLACE = 1;
Please login to continue.