Contents - Index - Previous - Next


DiskNo property

 

Applies to

TVCLUnZip component

 

Declaration

property DiskNo[Index: Integer: Integer;

 

Description

The DiskNo property returns the disk number of the specified file.  This is useful when working with multi-file zip files (DISK SPANNING).  The first file/disk in a multifile set is #1.  For single file zip files this will always return a 1, but for multi-file zip files it will return the actual disk that the compressed file begins on.   The maximum for VCLZip Lite is 65535 while the maximum for VCLZip Pro is 2 gig.

 

See Also: 

 

Creating Spanned Disk Zip Files 

Creating Blocked Zip Files 

 

Run-time only

Read-only