GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Six — File Functions (continued)
Overview
The ZipGetEntryProps function returns all known information regarding an entry within a Zip Object.
Syntax/Parameters
Syntax
string[] = ZipGetEntryProps ( handle hZip, int index | string name );
Parameters
hZip
A handle for a Zip Object created by using the ZipOpen function.
index
An int specifying the zero-based entry within the Zip Object. Or,
name
A string specifying an entry name. The direction of the slashes is not important.
Return Value
Returns a string array containing key name and value pairs or an empty array on failure. Use the GetLastError function to retrieve error information.
Remarks
The array has the following key names and meanings:
Name | Description | ||
Type | Value will be “File” or “Folder. Not all zip objects specify separate folders. | ||
Name | Raw entry name. This can be a simple filename, a relative path and filename or just a path. By convention all zip entries use Unix style forward slashes. | ||
AdjustedName | The name parameter adjusted for MS backslashes. | ||
Mode | Compression mode code. | ||
Position | Absolute position of data within the source file as a hex number. | ||
CompressedSize | Size of compressed data as an decimal representation of the data within the source file. | ||
ActualSize | Size of the actual extracted data as an decimal representation. | ||
ModifiedTime | Modified time in ISO-8601 format. This is converted from the legacy MS-DOS time format and therefore has its limitations of no dates prior to 1980 and the resolution is in 2 second intervals. | ||
CRC | CRC Code for Error Checking. |
Related Functions
Platform Support
Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL
Legato IDE, Legato Basic
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.