toString() returns "" for existed folder.

Answered

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?

0
1 comment

Hello Alexey,

Could you please attach screenshot from "Debug - Variables" panel?

0

Please sign in to leave a comment.