IsZipFile()
Verifies whether an zip file is valid.
IsZipFile( path=string );
Returns: Boolean
| Argument | Description |
|---|---|
|
path
string,
required
|
edit
path to the zip file |
Usage Notes
editSince Lucee 7.1, zip functionality moved from core to the Compress extension. It is included in the full jar.
Examples
editThere are currently no examples for this function.
See also
- Decision logic
- File handling
- Zip files
- <cfzip>
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)