Package org.eclipse.core.filesystem
Provides an interface for interacting with a file system.
Package Specification
This package specifies the client API for the file system plug-in. This API can be used to query and manipulate files stored in some arbitrary backing store.- Since:
- org.eclipse.core.filesystem 1.0
-
Interface Summary Interface Description IFileInfo A file info is a simple structure holding information about a file or directory.IFileStore A file store is responsible for storage and retrieval of a single file in some file system.IFileSystem This is the main interface to a single file system.IFileTree This interface is used to query a tree of file stores. -
Class Summary Class Description EFS This class is the main entry point for clients of the Eclipse file system API.URIUtil This class provides utility methods for comparing, inspecting, and manipulating URIs.