Eclipse Platform
Release 3.2

Package org.eclipse.core.filesystem

Provides an interface for interacting with a file system.

See:
          Description

Interface Summary
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
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.
 

Package org.eclipse.core.filesystem Description

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.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.