FOF_FILESONLY top-level constant

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

Perform the operation only on files (not on folders) if a wildcard file name (.) is specified.

Implementation

@Deprecated('Use FILEOPERATION_FLAGS.FOF_FILESONLY instead')
const FOF_FILESONLY = 0x0080;