I removed another use of "string.rindex" at the same time -- I can't actually make the code execute, but it might be I just couldn't figure out how to do it, and I certainly haven't made the code worse by removing an invalid function. Also added text.
I actually changed how 7z reads files, as once I fixed the string.rindex code, the result still didn't work. Added a test.
This fixes #48 .
I removed another use of "string.rindex" at the same time -- I can't actually make the code execute, but it might be I just couldn't figure out how to do it, and I certainly haven't made the code worse by removing an invalid function. Also added text.
I actually changed how 7z reads files, as once I fixed the
string.rindex
code, the result still didn't work. Added a test.