Interface
zope.app.twisted.interfaces.IFileSystem

An abstract filesystem.

Opening files for reading, and listing directories, should return a producer.

All paths are POSIX paths, even when run on Windows, which mainly means that FS implementations always expect forward slashes, and filenames are case-sensitive.

IFileSystem, in generel, could be created many times per request. Thus it is not advisable to store state in them. However, if you have a special kind of IFileSystemAccess object that somhow manages an IFileSystem for each set of credentials, then it would be possible to store some state on this obejct.

Base interfaces

Attributes/Fields

There are no attributes or fields specified.

Methods

Adapters

Adapters where this interface is required:

Specific Adapters

There are no specific adapters registered for this interface.

Extended Adapters

There are no extended adapters registered for this interface.

Generic Adapters

Views

Browser

Specific views

There are no views available.

Extended views

Generic views

XML-RPC

HTTP

FTP

Other

Other Information

Classes

A list of classes that implement this interface. This might duplicate the entries in Utilities.