ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Archive functions
  • Reminder
  • Error while adding or extracting files
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 name of the archived file currently handled by the functions for adding and extracting files. This function can be used on the following types of archives: CAB, RAR, WDZ, ZIP, TAR and TGZ (TAR.GZ).
WINDEVWEBDEV - Server codeReports and QueriesAjax
Archive is zipArchive
 
FOR Index = 1 TO 5
// Extract the first 5 files from the archive
ResExtractFile = zipExtractFile(Archive, Subscript)
...
// Find the name of the file currently extracted
ResCurrentFile = zipCurrentFile(Archive)
// Display the name of the file in the status bar
Message(ResCurrentFile)
...
END
Syntax
<Result> = zipCurrentFile(<Archive>)
<Result>: Character string
File currently handled by zipAddFile, zipAddDirectory, zipExtractFile or zipExtractAll.
<Archive>: Character string or zipArchive variable
Name of the archive to be used.
This name can correspond to:
Remarks

Reminder

  • LinuxUniversal Windows 10 AppiPhone/iPadIOS WidgetMac Catalyst Only ZIP, TAR and TGZ (TAR.GZ) archives are available.
  • AndroidAndroid Widget Java Only ZIP archives are available.

Error while adding or extracting files

If an error occurs during the addition or extraction processes, zipCurrentFile contains the name of the file that was not read or written in the archive.
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: 06/12/2023

Send a report | Local help