-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it explicit that deleteFile
will delete a folder recursively
#52941
Comments
Yeah, we should maybe do what already have done for file system providers. Add an option |
@bpasero I have updated the API and make sure the data travels to the bulk-edit-service but it seems that the textfile-service doesn't know about recursive folder delete |
@jrieken that's right because the |
I'd say that once we expose the full 'reading'-api for file system provider we will encounter this again (see #48034). Sure, we can do a short term trick in the bulk edit service but I think the fileservice/textfileservice-couple is the place that should have this. Likely also true for |
Testing #52800
The docs of
deleteFile
should be explicit in that a folder will be deleted recursively, since that's the opposite of the usual FS APIs out there in which a folder can only be removed (rmdir
) if it's empty.The text was updated successfully, but these errors were encountered: