[Issue 17241] std.file.rename exceptions should include both 'from' and 'to' file paths

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 21 01:03:21 UTC 2017


https://issues.dlang.org/show_bug.cgi?id=17241

Basile B. <b2.temp at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp at gmx.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from Basile B. <b2.temp at gmx.com> ---
It set to

            enforce(false,
                new FileException(
                    text("Attempting to rename file ", f, " to ", t)));


now.

--


More information about the Digitalmars-d-bugs mailing list