janten / dpt-rp1-py

Python script to manage a Sony DPT-RP1 without the Digital Paper App
MIT License
540 stars 135 forks source link

Feature/delete folder #58

Closed cycomanic closed 5 years ago

cycomanic commented 5 years ago

Adds a delete folder method. This fixes #50

yunjae2 commented 5 years ago

Does the delete_folder method deletes files included in a folder recursively?

cycomanic commented 5 years ago

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).

janten commented 5 years ago

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.