requests for files in a archive are made with unix style paths. So to be able to match an entry in map(_indexMap) it's keys needs to be stored in unix style even on Win32" Note from Robert Osfied, simplified this submission so that the added conversion to unix slahes is done on all platforms as this should be safe and simpler to maintain.