ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Archive management functions
  • Use conditions
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
Closes an archive.
New in version 28
Universal Windows 10 App The zipArchive type is now available for UWP applications.
Example
WINDEVUser code (UMC)
MyArchive is zipArchive
// Open an archive
ResOpenArchive = MyArchive.Open("C:\Archives\Archive.zip")
 
IF ResOpenArchive = 0 THEN
// Processes
...
// Close the archive
MyArchive.Close()
END
Syntax
<Archive>.Close()
<Archive>: zipArchive variable
Name of a variable of type zipArchive corresponding to the archive to use.
Remarks

Use conditions

  • An archive can be closed only if:
  • All the archives will be automatically closed when the application is stopped.
  • A WLanguage error occurs if the archive to close does not exist. The program is stopped.
Reminder:
  • LinuxUniversal Windows 10 App Only ZIP, TAR and TGZ (TAR.GZ) archives are available.
Component: wd280zip.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