You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this deleting folder path_to_my or nested_folder?
I prefer the message that you can figure out which folder can’t you delete.Although, current implementation is not able to delete the folder and its nested folders one by one recursively. Thus it difficult to indicate which is not permitted folder
u5surf
added a commit
to u5surf/diskonaut
that referenced
this issue
Jun 19, 2020
I agree @u5surf. We'll have to implement a recursive delete of our own and catch these errors in order to do this. I would also definitely like to have the error showing the folder that failed and not its parent.
To reproduce:
/path_to_my/folder
/path_to_my/folder/nested_folder
/path_to_my_folder/folder/nested_folder/file.txt
nested_folder
to be read only./path_to_my
as its path (diskonaut /path_to_my
).In this scenario, the message should read something like "Permission denied deleting /path_to_my/folder/nested_folder".
The text was updated successfully, but these errors were encountered: