[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

[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

[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 a...@lycus.org changed: What|Removed |Added Status|NEW |RESOLVED

[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 andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull ---

[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 andrej.mitrov...@gmail.com 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:

[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 j...@prismnet.com 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.