FOF_NO_UI top-level constant

int const FOF_NO_UI

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

Implementation

const FOF_NO_UI =
    FOF_SILENT | FOF_NOCONFIRMATION | FOF_NOERRORUI | FOF_NOCONFIRMMKDIR;