Open
Description
To reproduce:
- Create folder
/path_to_my/folder
- Create nested_folder
/path_to_my/folder/nested_folder
- Create a file inside nested_folder
/path_to_my_folder/folder/nested_folder/file.txt
- Change the permissions of
nested_folder
to be read only. - Start diskonaut and give it
/path_to_my
as its path (diskonaut /path_to_my
). - Try to delete folder.
- See that we get an uninformative error message and are unsure what happened.
In this scenario, the message should read something like "Permission denied deleting /path_to_my/folder/nested_folder".