ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 15161718192021222324252627
Getting the details of a file identified by its index Hide the details
Empty string if the function failed (file not found in the archive, etc.).Characteristics of the file found in the specified archive: <File path and name> + TAB + <Initial file size> + TAB + <Compressed file size> + TAB +<Date and time of file creation (YYYYMMDDHHmmSS)> + TAB + <Date and time of file modification (YYYYMMDDHHmmSS)> + TAB + <Date and time of file access (YYYYMMDDHHmmSS)> + TAB + <File attributes> + TAB + <File encryption mode> The file attributes correspond to one or more letters (or "ERR" if an error occurred). The following letters are used:R: Read-only file. The file can be accessed in read-only.H: Hidden file. The file name is grayed or invisible in the explorer.S: System file. The file is a system file of Windows.A: "Archive" file. This attribute indicates that the file can be archived. Some programs use this attribute to determine which files have been saved.D: Directory or subdirectory. The file is a directory or a subdirectory.The file encryption encryption is "+" for an encrypted file (zip or WDZ) and "N" for a standard file.Archives in Zip format and in 7z format: Only the date of last modification is returned. The returned string has the following format: <File path and name> + TAB + <Initial file size> + TAB + <Compressed file size> + TAB + <Date and time of file modification (YYYYMMDDHHmmSS)> + TAB + <File attributes>
Name of the archive to be used.This name can correspond to:the name of an archive, defined by zipOpen or zipCreate.Versions 15 and later the name of a variable of type zipArchive. New in version 15 the name of a variable of type zipArchive. the name of a variable of type zipArchive. Versions 26 and later zipArchive variables are now available. New in version 26 zipArchive variables are now available. zipArchive variables are now available.
Index of a file in the archive. The characteristics of this file are requested. zipFindFile returns this index.
Finding out information about a file identified by its path Hide the details
Empty string if the function failed (file not found in the archive, etc.).Characteristics of the file found in the specified archive: <File path and name> + TAB + <Initial file size> + TAB + <Compressed file size> + TAB + <Date and time of file creation (YYYYMMDDHHmmSS)> + TAB + <Date and time of file modification (YYYYMMDDHHmmSS)> + TAB + <Date and time of file access (YYYYMMDDHHmmSS)> + TAB + <File attributes> + TAB + <File encryption mode> The file attributes correspond to one or more letters (or "ERR" if an error occurred). The following letters are used:R: Read-only file. The file can be accessed in read-only.H: Hidden file. The file name is grayed or invisible in the explorer.S: System file. The file is a system file of Windows.A: "Archive" file. This attribute indicates that the file can be archived. Some programs use this attribute to determine which files have been saved.D: Directory or subdirectory. The file is a directory or a subdirectory.The file encryption mode corresponds to "+" for an encrypted file (in zip or WDZ format) and to "N" for a standard file.Archives in Zip format and in 7z format: Only the date of last modification is returned. The returned string has the following format: <File path and name> + TAB + <Initial file size> + TAB + <Compressed file size> + TAB + <Date and time of file modification (YYYYMMDDHHmmSS)> + TAB + <File attributes>
Stored path of a file found in the archive. The characteristics of this file are requested.
Reminder
Index of files in the archive
Stored path
Encrypting a file in an archive
Last update: 05/26/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: