> >The format that is I've implemented PakDirectory to write is this: > > > >---- > >"dir\0" > >Attribs (4 bytes) > >NameLength (1 byte) > >Name (Max 255 chars, no trailing \0) > > That means directories' names and attribs are always stored twice (once in > the dir struct, once in the entry struct)? > The entry struct *is* the dir struct. ???