FileSystem

Class FileSystem

All Implemented Interfaces:
Closeable, AutoCloseable
public abstract class FileSystem
extends Object
implements Closeable

Provides an interface to a file system and is the factory for objects to access files and other objects in the file system.

The default file system, obtained by invoking the FileSystems.getDefault method, provides access to the file system that is accessible to the Java virtual machine. The F