Closed Xuanwo closed 2 weeks ago
Part of #3911
While revisit this idea, I found that there is no need for deleter to have recursive. Users who want remove dir recursively can just use op.lister_with(path).recursive(true) and pass to deleter.
deleter
recursive
op.lister_with(path).recursive(true)
Remove recursive from deleter
RFC Changes.
Thank you @dqhl76 for helping review this!
Which issue does this PR close?
Part of #3911
Rationale for this change
While revisit this idea, I found that there is no need for
deleter
to haverecursive
. Users who want remove dir recursively can just useop.lister_with(path).recursive(true)
and pass todeleter
.What changes are included in this PR?
Remove
recursive
from deleterAre there any user-facing changes?
RFC Changes.