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…
The PosixFileAttributeView Interface As the PosixFileAttributeView interface is a subinterface…
The DosFileAttributeView Interface As the DosFileAttributeView interface is a subinterface…
Creating Regular and Temporary Files The following methods of the…
Creating Regular Files The createFile() method of the Files class…
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()…