class documentation

class FileStorage(_Base):

View In Hierarchy

File storage unit.

Method __init__ Initializes this class.
Method List Returns a list of all entities within the storage unit.
Static Method _ListInner Gathers requested information from directory.
Instance Variable _paths Undocumented

Inherited from _Base:

Method Execute Executes an operation on an entity within the storage unit.
Method Modify Modifies an entity within the storage unit.
def __init__(self, paths):

Initializes this class.

Parameters
paths:listList of file storage paths
def List(self, name, fields):

Returns a list of all entities within the storage unit.

See _Base.List.

@staticmethod
def _ListInner(path, fields):

Gathers requested information from directory.

Parameters
path:stringPath to directory
fields:listRequested fields
_paths =

Undocumented