I am an interface representing a directory and it's metadata. I extend
the IFile interface. To list files of a certain directory you first need
to call flumotion.common.vfs.listDirectory, which will return an
object implementing this interface.
|
_InterfaceClass__attrs = { ' getFiles ' : <zope.interface.interfac...
|
|
__bases__ = ( <InterfaceClass flumotion.common.interfaces.IFile>)
|
|
__identifier__ = ' flumotion.common.interfaces.IDirectory '
|
|
__iro__ = ( <InterfaceClass flumotion.common.interfaces.IDirect...
|
|
__name__ = ' IDirectory '
|
|
__sro__ = ( <InterfaceClass flumotion.common.interfaces.IDirect...
|
|
_implied = { <InterfaceClass flumotion.common.interfaces.IDirec...
|
|
dependents = <WeakKeyDictionary at 281543944>
|
Inherited from IFile :
filename ,
iconNames
Inherited from zope.interface.Interface (private):
_Element__tagged_values
|