The "xzip_exists" Function
#
SyntaxArgument | Type | Description |
---|---|---|
arch | string | The full path and filename of the archive to check |
file | string/integer | The name or index of a file to check |
#
DescriptionChecks if a file or folder exists in the given archive and returns true
or false
.
Note that this script does not check the archive itself! For that, use the built-in file_exists
function.