Xceed Zip Compression Library Documentation
MinDiskFreeSpace property
Xceed Zip control reference > Xceed Zip control properties > MinDiskFreeSpace property

Description

When creating a spanned zip file , the MinDiskFreeSpace property allows you to instruct the library to skip (not use) any disks which do not have the specified amount of free space (in bytes) on them.

Any disks which do not have the required free space will cause the Zip or Convert method to trigger the InsertDisk event to request a new disk.

The default value for this property is 0, which means that there is no minimum free disk space required.

Data type

Long Integer

Possible values

0 to 4294967295 (or 0 to 2147483647 for languages with signed long integers such as VB)

Default value

0

Declaration (DLL API)  

DWORD XzGetMinDiskFreeSpace( HXCEEDZIP hZip );

void XzSetMinDiskFreeSpace( HXCEEDZIP hZip, DWORD dwValue );

Applicable methods

Zip, Convert

Related topics

SpanMultipleDisks, SplitSize, FirstDiskFreeSpace