-
Here is an entry for a game that has subdirectories
Here is the listing of the files in the zip created by igir
Notice that the slashes are not preserved and converted to underscores. I see in https://github.com/emmercm/igir/blob/main/src/types/files/archives/zip.ts#L208 that there is a conversion of backslashes to forward slashes, but I don't see where the forward slashes get converted to underscores? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
I see it here but couldn't trace it back to something that made sense to me. https://github.com/emmercm/igir/blob/main/src/types/outputFactory.ts#L536 |
Beta Was this translation helpful? Give feedback.
-
I'm guessing that this is Linux still? It may be a Unix |
Beta Was this translation helpful? Give feedback.
-
Yeah, still linux... I wouldn't think it's a Unix v Windows issue.. It looks like all back and forward slashes are converted to forward slashes in https://github.com/emmercm/igir/blob/main/src/types/files/archives/zip.ts#L108 But then in the output factory, Dat.getRomNamesContainDirectories() returns false but it looks like it's true by default. |
Beta Was this translation helpful? Give feedback.
-
What DAT group is this from @tnvu? I can't seem to find it. |
Beta Was this translation helpful? Give feedback.
This will fix it: #1016