FOF_WANTNUKEWARNING top-level constant

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

Send a warning if a file is being permanently destroyed during a delete operation rather than recycled. This flag partially overrides FOF_NOCONFIRMATION.

Implementation

@Deprecated('Use FILEOPERATION_FLAGS.FOF_WANTNUKEWARNING instead')
const FOF_WANTNUKEWARNING = 0x4000;