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
It would be helpful for phobos to provide a way to remove readonly files on windows.
A common use case is when removing git repositories. On windows, git creates readonly files inside its ".git" sub-directory. This means phobos' `remove` and `rmdirRecurse` functions will fail when trying to delete directories that contain git repositories.
To remove readonly files on windows, you must remove the READONLY file attribute. I'd like to see phobos provide functionality to remove files and directories with readonly files in them.
The text was updated successfully, but these errors were encountered:
johnnymarler (@marler8997) reported this on 2020-03-07T19:45:44Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=20647
CC List
Description
The text was updated successfully, but these errors were encountered: