SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onListEntry (event)

Passes the next directory listing entry to the application.

Syntax

- (void)onListEntry:(NSString*)filename;
func onListEntry(_ filename: String)

Remarks

The class fires this event repeatedly to pass the whole list of directory entries received in response to a ListDir call to the application. For each entry, FileName contains the received directory entry name, and CurrentListEntry populates all the details.

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