[Issue 7819] std.file.setTimes throws error on folders

2013-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7819 --- Comment #6 from github-bugzi...@puremagic.com 2013-02-13 00:14:10 PST --- Commit pushed to staging at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/dc32bd2595d2dfcd7b1f50375a80fd583

[Issue 7819] std.file.setTimes throws error on folders

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7819 Alex R�nne Petersen changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7819] std.file.setTimes throws error on folders

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7819 --- Comment #5 from github-bugzi...@puremagic.com 2013-02-10 15:42:54 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/26edcdd305b25c3fae7fdf54ebe9768a5

[Issue 7819] std.file.setTimes throws error on folders

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7819 Andrej Mitrovic changed: What|Removed |Added Keywords||pull --- Comment #3 from Andrej Mitr

[Issue 7819] std.file.setTimes throws error on folders

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7819 --- Comment #4 from Andrej Mitrovic 2013-02-09 19:22:19 PST --- (In reply to comment #3) > https://github.com/D-Programming-Language/phobos/pull/1128 Thanks for the patch Jay Norwood! -- Configure issuemail: http://d.puremagic.com/issues/us

[Issue 7819] std.file.setTimes throws error on folders

2012-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7819 --- Comment #1 from Jay Norwood 2012-04-04 21:27:09 PDT --- It looks like CreateFile requires a special flag, FILE_FLAG_BACKUP_SEMANTICS , in order to get a handle from a directory that can be used with the SetFileTime call. Below is an excerp