Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Issue 10867003: When a directory contains read-only files, try to make them writable when recursively deleting on W… (Closed)

Created:
8 years, 4 months ago by Bob Nystrom
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

When a directory contains read-only files, try to make them writable when recursively deleting on Windows. Committed: https://code.google.com/p/dart/source/detail?r=11175

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -1 line) Patch
M runtime/bin/directory_win.cc View 2 chunks +25 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Bob Nystrom
This fixes an issue I have running the Pub tests on Windows. The tests frequently ...
8 years, 4 months ago (2012-08-22 00:22:56 UTC) #1
Mads Ager (google)
LGTM, I wasn't aware that the DeleteFile API required you to remove the ReadOnly attribute ...
8 years, 4 months ago (2012-08-22 07:58:29 UTC) #2
Søren Gjesse
lgtm
8 years, 4 months ago (2012-08-22 10:38:57 UTC) #3
Bob Nystrom
8 years, 4 months ago (2012-08-22 16:47:52 UTC) #4
On 2012/08/22 07:58:29, Mads Ager wrote:
> LGTM, I wasn't aware that the DeleteFile API required you to remove the
ReadOnly
> attribute on the file first. :)

Me either. I guess now we know. :)

Powered by Google App Engine
This is Rietveld 408576698