The "xzip_exists" Function
Syntax#
| Argument | 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 | 
Description#
Checks 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.

 X1
X1