fileComment (property)

Specifies a comment for the entry in the zip file.

Syntax

- (NSString*)fileComment:(int)fileIndex;
- (void)setFileComment:(int)fileIndex:(NSString*)newFileComment;
public func fileComment(fileIndex: Int32) throws -> String
public func setFileComment(fileIndex: Int32, newFileComment: String) throws -> Void

Default Value

""

Remarks

Specifies a comment for the entry in the zip file. Before compression, set This property to include comments in this zip file. After an archive has been scanned, This property will contain any comments the zip file contains.

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

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