ZipFileInfo QML Type

Information about files in Zip compressed archive files. More...

Import Statement: import Esri.ArcGISExtras 1.1
Since: Esri.ArcGISExtras 1.0

Properties

Signals

Detailed Description

Property Documentation

compressedSize : string

Returns the compressed file size in bytes as a string (read-only).


crc : double

Returns the cyclic redundancy check (CRC) code for the file (read-only).


fileName : string

Returns the name of the file not including the path (read-only).


filePath : string

Returns the file name, including the path (read-only).


lastModified : string

Returns the date and time the file was last modified (read-only).


path : string

Returns the path to the file not including the file name (read-only).


size : string

Returns the uncompressed file size in bytes as a string (read-only).


suffix : string

Returns all the characters in the file name after the last dot (read-only).


Signal Documentation

filePathChanged()

Emitted when the filePath property of this object changes.

Note: The corresponding handler is onFilePathChanged.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close