ZIPProvider Object
// Loop through the contents of the ZIP file
for ( x = 0; x < ZIPPro.FileCount; x++ ) {
if ( ZIPPro.FileName(x) == 'cfabort.vtm' ) {
app.MessageBox( "File found in the
}
}
}
FileSize
Syntax
FileSize(nIndex: Integer): Double;
Description
Returns the size of an existing archive file element (file/directory/volume) by index.
The
index
archive.","ZIPProvider", hsOKInfo);
value can be from
to
0
.
FileCount-1
275
Need help?
Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?