Okay, I just tested a bit of code, ``` val pa...
# announcements
e
Okay, I just tested a bit of code,
Copy code
val path3 = FileSystems.getDefault().getPath("D:\\Scanned\\2014-05-25 Kay TD.pdf");

    path3.forEach { println(it) }
produces
Copy code
Scanned
2014-05-25 Kay TD.pdf
so now I understand what is going on. I don't agree with it, but now I understand it.