FOF_NOCONFIRMMKDIR top-level constant

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

Do not ask the user to confirm the creation of a new directory if the operation requires one to be created.

Implementation

@Deprecated('Use FILEOPERATION_FLAGS.FOF_NOCONFIRMMKDIR instead')
const FOF_NOCONFIRMMKDIR = 0x0200;