FOF_NO_UI top-level constant

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

Perform the operation silently, presenting no UI to the user.

Implementation

@Deprecated('Use FILEOPERATION_FLAGS.FOF_NO_UI instead')
const FOF_NO_UI =
    FOF_SILENT | FOF_NOCONFIRMATION | FOF_NOERRORUI | FOF_NOCONFIRMMKDIR;