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> = <Archive>.NbNecessaryPart(<Size of parts>)
<Result>: Integer
Number of parts of a given size required to contain an archive.
<Archive>: zipArchive variable
Name of a variable of type zipArchive corresponding to the archive to use.
<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 <zipArchive variable>.Split. <zipArchive variable>.NbPartNeeded is used to determine the number of parts required to split the archive.

Multi-part archive

Using <zipArchive variable>.NbPartNeeded on a multi-part archive allows you to calculate the number of parts required for a new splitting.
Component: wd290zip.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help