
In Java 7 we'll see a new API to manipulate file paths. This is part of the NIO.2 API.Instead of using the class java.io.File to manipulate a file of the file system of the computer we will now use the java.nio.file.Path class to manipulate a … [Read more...]



