SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

ListDir Method

Lists the content of the current remote directory.

Syntax

public fun listDir(includeFiles: Boolean, includeDirectories: Boolean): String?

Remarks

IncludeFiles specifies whether file names and symlinks should be included in the results. IncludeDirectories specifies whether directory names should be included in the result.

Upon receiving the listing, the component will report each entry in it via ListEntry event.

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