Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I get a full name? #112

Open
cnkizy opened this issue Apr 14, 2023 · 0 comments
Open

How do I get a full name? #112

cnkizy opened this issue Apr 14, 2023 · 0 comments

Comments

@cnkizy
Copy link

cnkizy commented Apr 14, 2023

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 I want to get the full name?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant