1", incrementing the * trailing number until an available file name is discovered. * * @since 2.4.1 * * @api */ const RENAME = 'rename'; /** * @var string * Replace behavior: replace the drive item if it already exists. * * @since 2.4.1 * * @api */ const REPLACE = 'replace'; }