Closed
Description
See this gist https://gist.github.com/jakemac53/845b60847dbda53f93aeed8056d5fbd2.
Assuming the file does exist with that name (I think it is invalid, but it is possible to create at least on the command line), on 3.2.0 and 3.4.0 and greater we do consistently always claim the file does not exist. I am not sure if this in intended behavior or not, but at least it is consistent.
However, starting with at least 3.4.0, the first file copy (using the absolute file URI) succeeds, even though exists()
returned false.
I can't easily test this beyond 3.4.3 on my windows box, as I am not set up to do custom builds.