FOF_NOCOPYSECURITYATTRIBS top-level constant

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

Do not copy the security attributes of the file. The destination file receives the security attributes of its new folder.

Implementation

@Deprecated('Use FILEOPERATION_FLAGS.FOF_NOCOPYSECURITYATTRIBS instead')
const FOF_NOCOPYSECURITYATTRIBS = 0x0800;