Closed
Bug 1819253
Opened 3 years ago
Closed 3 years ago
IOUtils.remove: Retry on E_ACCESSDENIED
Categories
(Toolkit Graveyard :: OS.File, task, P1)
Tracking
(firefox112 fixed)
RESOLVED
FIXED
112 Branch
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: beth, Assigned: beth)
References
Details
Attachments
(1 file)
When calling OS.File.remove() on a Windows read-only file, it will retry the operation after removing the readonly attribute. We probably don't always want to do this, so an extra option to opt-in would be fine.
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by brennie@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8305d79eb872
Retry IOUtils.remove on E_ACCESSDENIED r=nika
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
Updated•2 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•