21.3 Working with Path Objects The java.nio.file.Path interface provides a…
The BasicFileAttributeView Interface The java.nio.file.attribute.BasicFileAttributeView interface defines a file attribute…
Creating Symbolic Links The code below illustrates creating symbolic links…
Converting Path Objects The Path interface provides many methods for…
Resolving Two Paths Table 21.4 illustrates how the resolve() method…
Converting a Path to an Absolute Path The method toAbsolutePath()…
Copy and Replace Directory Entries Consider copying the source file:…
Copy Files Using I/O Streams The Files class provides methods…
Reading and Writing Bytes The Files class also provides methods…
Reading and Writing Bytes Using Path Objects The Files class…