def __init__(self, volume, root_block): ADFSDir.__init__(self, volume, None) self.set_block(root_block) self._init_name_hash()
def get_list_str(self, indent=0, all=False, detail=False): a = ADFSDir.get_list_str(self, indent=indent, all=all, detail=detail) a += DosType.get_dos_type_str(self.volume.get_dos_type()) return a