IsZipFile()

edit

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

edit

Since Lucee 7.1, zip functionality moved from core to the Compress extension. It is included in the full jar.

Examples

edit

There are currently no examples for this function.

See also