FOF_RENAMEONCOLLISION top-level constant

  1. @Deprecated('Use FILEOPERATION_FLAGS.FOF_RENAMEONCOLLISION instead')
int const FOF_RENAMEONCOLLISION

Give the file being operated on a new name in a move, copy, or rename operation if a file with the target name already exists at the destination.

Implementation

@Deprecated('Use FILEOPERATION_FLAGS.FOF_RENAMEONCOLLISION instead')
const FOF_RENAMEONCOLLISION = 0x0008;