clalancette/pycdlib

How to get ctime, mtime and atime?

willmav5000 opened this issue · 1 comments

I'm trying to read some ISOs and I've been able to get all the info I need, with the exception of ctime, mtime and atime.

They are mentioned in the comment above the RockRidge class but I just can't seem to figure out how to fetch them.

Has anyone else been able to do this and could you provide some examples?

Figure it out.

For anyone wondering, they're accesable from RRTFRecord with 'creation_time', 'access_time' and 'modification_time'.