Utils
is_archive
Check whether the given archive file is a supported archive or not.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
file |
StrPath
|
Path to the archive file. |
required |
Returns:
Type | Description |
---|---|
bool
|
True if the archive is supported, False otherwise. |