Test files › Folders and paths
Sample Folders and paths test files
7 free folders and paths test files for QA and developers: case-collision-dirs.zip, deep-path-over-260.zip, empty-directory.zip, explicit-dir-entries.zip…
| File | Format | Size | What it catches |
case-collision-dirs.zip | ZIP | 486 bytes | Two sibling directories whose names differ only in case, each holding a different file. |
deep-path-over-260.zip | ZIP | 11.1 KB | An archive whose innermost file sits at a path over 300 characters long, built from 30 nested directories. |
empty-directory.zip | ZIP | 395 bytes | An archive containing a directory with nothing in it, which can only be represented by an explicit directory entry. |
explicit-dir-entries.zip | ZIP | 868 bytes | An archive that declares its directories explicitly, as zero-length entries whose names end in a slash, alongside the files inside them. |
reserved-and-awkward-dirs.zip | ZIP | 1.3 KB | Directories named after Windows reserved devices, plus one ending in a dot and one ending in a space. |
separator-confusion.zip | ZIP | 662 bytes | Entry names containing a literal backslash, a doubled slash, a "." segment and a trailing-slash file, all of which are legal bytes that extractors interpret differently. |
unicode-dir-names.zip | ZIP | 1.6 KB | Directory names in Japanese, Cyrillic and Greek, one made of emoji, and the same accented name in both Unicode normalization forms. |