MACROMEDIA COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO Use Manual page 293

Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?

This manual is also suitable for:

Coldfusion studio 5

Table of Contents