SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

listDir (method)

Lists the remote directory contents.

Syntax

- (NSString*)listDir:(NSString*)URL :(BOOL)includeFiles :(BOOL)includeDirectories;
public func listDir(_ URL: String, _ includeFiles: Bool, _ includeDirectories: Bool) throws -> String

Remarks

Use the IncludeFiles and IncludeDirectories parameters to specify the types of entries you would like to list.

This method returns an uninterpreted string of the listing results. Besides, it fires the ListEntry event for each entry received, populating the entry in CurrentListEntry before calling the event.

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