ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Archive functions
  • Splitting an archive
  • Multi-part archive
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns the number of parts of a given size required to split a single-part archive.
Remark: This function is available for the archives in ZIP and WDZ format only.
Example
Syntax
<Result> = zipNbPartNeeded(<Archive> , <Size of parts>)
<Result>: Integer
Number of parts of a given size required to contain an archive.
<Archive>: Character string or zipArchive variable
Name of the archive to be used.
This name can correspond to:
<Size of parts>: Integer
Size of parts in bytes. The default size is equal to 1.44 MB (1400*1024 bytes). The minimum size is equal to 300 KB for each part (300*1024 bytes).
Remarks

Splitting an archive

A multi-part archive is created by zipSplit. zipNbPartNeeded is used to determine the number of parts required to split the archive.

Multi-part archive

Using zipNbPartNeeded on a multi-part archive allows you to calculate the number of parts required for a new splitting.
Business / UI classification: Business Logic
Component: wd290zip.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help