SecureBlackbox 2020 iOS Edition

Questions / Feedback?

fileMTime (property)

The entry's last modification time.

Syntax

- (NSString*)fileMTime:(int)fileIndex;
- (void)setFileMTime:(int)fileIndex:(NSString*)newFileMTime;
public func fileMTime(fileIndex: Int32) throws -> String
public func setFileMTime(fileIndex: Int32, newFileMTime: String) throws -> Void

Default Value

""

Remarks

The entry's last modification time.

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