fileHash (property)

The computed hash for the specified File.

Syntax

- (NSString*)fileHash:(int)fileIndex;
public func fileHash(fileIndex: Int32) throws -> String

Default Value

""

Remarks

The computed hash for the specified File.

This property is populated with the hash value computed for the specified file after calling Compress. This property is only applicable if the FileHashAlgorithm configuration setting is set.

The FileIndex parameter specifies the index of the item in the array. The size of the array is controlled by the FileCount property.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 iOS Edition - Version 20.0 [Build 8300]