Module vfs
source code
Virtual File System API. This module contains the API used to invoke
the virtual file system. The virtual file system is a simple way of
listing files, directories and their metadata. It's designed to be used
over twisted.spread and is thus using deferreds.
deferred that will fire an object implementing IDirectory
|
|
|
|
|
registerVFSJelly()
Register the jelly used by different backends |
source code
|
|
|
_backends = [ ]
|
|
__package__ = None
hash(x)
|
List the directory called path
- Returns: deferred that will fire an object implementing IDirectory
- the directory
|