Directory.exists(func) gives false for existing soft reference #2251
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-duplicate
Closed in favor of an existing report
library-io
This issue was originally filed by alexei.kaigorodo...@gmail.com
What steps will reproduce the problem?
Directory dir = new Directory(softReferenceName);
dir.exists((bool exists) { print(exists); } );
3.
What is the expected output? What do you see instead?
expected: true; actually: false
What version of the product are you using? On what operating system?
DartVM build from SVN revision 5643, on Linux
The text was updated successfully, but these errors were encountered: