In Java 7 a new file api was introduced. This new file api is represented by the java.nio package. With the old api java.io it was possible to concatenate two file/folder easily. Let’s have a look how this works with the java.nio.file.Path Continue reading
Concatenating Path
Reply