21.3 Working with Path Objects The java.nio.file.Path interface provides a…
Creating Regular Files The createFile() method of the Files class…
Converting a Path to an Absolute Path The method toAbsolutePath()…
Handling Exceptions Errors are bound to occur when interacting with…
Uniqueness of a Directory Entry The method isSameFile() in the…
Copy Options The enum types LinkOption (Table 21.6) and StandardCopyOption…
Copy and Replace Directory Entries Consider copying the source file:…
Reading and Writing Character Data Using Path Objects The Files…
Determining the File Size The method size() in the Files…
The BasicFileAttributes Interface The methods of the java.nio.file.attribute.BasicFileAttributes interface reflect…