Beispiel #1
0
 def info(self):
     self._readIndex(unmanagedOk=True)  ## returns None if this directory has no index file
     return advancedTypes.ProtectedDict(self._fileInfo('.'))
Beispiel #2
0
 def info(self):
     self.checkExists()
     info = self.parent()._fileInfo(self.shortName())
     return advancedTypes.ProtectedDict(info)