SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

fileFileName (property)

The original name of the compressed file or folder.

Syntax

- (NSString*)fileFileName:(int)fileIndex;
- (void)setFileFileName:(int)fileIndex:(NSString*)newFileFileName;
public func fileFileName(fileIndex: Int32) throws -> String
public func setFileFileName(fileIndex: Int32, newFileFileName: String) throws -> Void

Default Value

""

Remarks

The original name of the compressed file or folder.

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.
SecureBlackbox Lite 2020 iOS Edition - Version 20.0 [Build 8166]