X

Results 1 issues of X

``` iso = OpenISO(path) for child in iso.list_children(iso_path='/'): short_name = child.file_identifier() print(short_name) ``` I can only get the short file name from the instance, so what do I do if...