toString() returns "" for existed folder.
已回答
I use java.io.File: final File folder = new File("D:\\Temp");
After that I debug and see folder.toString() return "" even though folder.exists() returns true. Why is this?
请先登录再写评论。
Hello Alexey,
Could you please attach screenshot from "Debug - Variables" panel?