Bug 11434 – std.file.copy doesn't preserve file attributes (eg: executable mode etc)

Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-11-03T21:25:00Z
Last change time
2015-02-18T03:40:27Z
Assigned to
nobody
Creator
thelastmammoth

Comments

Comment #0 by thelastmammoth — 2013-11-03T21:25:10Z
Comment #1 by timothee.cour2 — 2013-12-05T00:53:23Z
Comment #2 by github-bugzilla — 2014-12-06T22:25:01Z
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/82c506c95d4fe313cd5bc9e9c1b4d4f56bbe5956 fix issue 11434 https://github.com/D-Programming-Language/phobos/commit/eaf99c607fc406caa3006d3d25a686ee802f20e2 Add PreserveAttributes flag to copy function to preserve file attributes (issue 11434) and current behavior (not at the same time) Avoid compiler errors from new versions rename flag add documentation and spaces https://github.com/D-Programming-Language/phobos/commit/a78690e75ece44e113591f596f2d5be2bf0b4784 Merge pull request #2784 from kuettler/issue_11434 Issue 11434: std.file.copy doesn't preserve file attributes (eg: executable mode etc)
Comment #3 by github-bugzilla — 2014-12-08T15:57:21Z
Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/49eae37265312ea19163da7a89612f08da344d3f Merge pull request #2789 from kuettler/issue_11434 Issue 11434: std.file.copy doesn't preserve file attributes (eg: executable mode etc) -- comment fix
Comment #4 by github-bugzilla — 2015-02-18T03:40:27Z