Folder Concept
What is a Folder?
A folder in CAB is NOT a directory. It’s a compression unit that groups files sharing the same compression method and state.
Cabinet:
┌────────────────────────────────────────┐
│ Folder 1 (MSZIP compression) │
│ ├── file1.txt │
│ ├── file2.txt │
│ └── file3.txt │
├────────────────────────────────────────┤
│ Folder 2 (LZX compression) │
│ ├── data1.bin │
│ └── data2.bin │
└────────────────────────────────────────┘