FOF_NORECURSION top-level constant

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

Only perform the operation in the local directory. Do not operate recursively into subdirectories, which is the default behavior.

Implementation

@Deprecated('Use FILEOPERATION_FLAGS.FOF_NORECURSION instead')
const FOF_NORECURSION = 0x1000;