Skip to content
Commit 7ce9802d authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

Add isSingleFile property

An archive is single-file if contains only one file. The Archive class
only holds its numberOfEntries() but it doesn't know if they are files
or folders. However, if there is only one entry and isSingleFolder() is
false, that entry must be a file.
This is ensured by the expanded loadtest.
parent a5dcc514
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment