Closed cycomanic closed 5 years ago
Does the delete_folder
method deletes files included in a folder recursively?
No it only deletes the folder. I think recursive deleting should be a separate function. Documents that are in a folder are also accessible via documents, so documents in a deleted folder should be still available (I have not tested that though).
I am closing this because the same feature has become available now as part of a different PR, but your contribution is very much appreciated.
Adds a delete folder method. This fixes #50