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

Infiltrator <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |WORKSFORME

--- Comment #1 from Infiltrator <[email protected]> ---
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");
}
=========

--

Reply via email to