Network paths don't work after 3.4.0 #56049
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-io
triage-automation
See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Running the following code in dart 3.4.0 on WINDOWS raises
PathNotFoundException
but works fine in earlier versions (like 3.3.4 and 3.0.0).
I see there have been some changes like this one (maybe some more) that could be the cause.
I also see that there are not tests set up for network paths so this isn't caught.
Finally I'm not sure why
File().exists())
returnstrue
but.copy()
can't see the file... shouldn't both methods resolve the paths in the same manner?This is my OS:
The text was updated successfully, but these errors were encountered: