Module java.base
Package java.nio.file

Class Files

java.lang.Object
java.nio.file.Files

public final class Files extends Object
This class consists exclusively of static methods that operate on files, directories, or other types of files.

In most cases, the methods defined here will delegate to the associated file system provider to perform the file operations.

Since:
1.7