SecureBlackbox 2020 .NET Edition

Questions / Feedback?

ListDir Method

Lists the content of the current remote directory.

Syntax

public string ListDir(bool includeFiles, bool includeDirectories);
Public Function ListDir(ByVal IncludeFiles As Boolean, ByVal IncludeDirectories As Boolean) As 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 .NET Edition - Version 20.0 [Build 8165]