November 16, 2015 [Issue 15330] std.file.copy outputs wrong error message when target directory doesn't exist | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=15330 Infiltrator <lt.infiltrator@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |lt.infiltrator@gmail.com Resolution|--- |WORKSFORME --- Comment #1 from Infiltrator <lt.infiltrator@gmail.com> --- This has been fixed in 2.069: std.file.FileException@std/file.d(3139): baz/bar.txt: No such file or directory ========= import std.file; void main() { write("foo.txt", "abc"); copy("foo.txt", "baz/bar.txt"); } ========= -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply