Function root_dir_common_filter
fn root_dir_common_filter(path: &std::path::Path) -> bool
Common filters when finding the root directory of a Zip archive.
This filter is a sensible default for most use cases and filters out common system files that are usually irrelevant to the contents of the archive.
Currently, the filter ignores:
/__MACOSX//.DS_Store/Thumbs.db
This function is not guaranteed to be stable and may change in future versions.
Example
# use Path;
assert!;
assert!;
assert!;
assert!;
assert!;