DirList Property

Collection of entries resulting in the last directory listing.

Syntax

public var dirList: Array<DirEntry> {
get {...} }

Remarks

This property contains the collection of entries resulting in the last directory listing. A collection is returned after a response is received from the server after a call to either ListDirectory or ListDirectoryLong. The collection is made up of entries for each listing in the current directory, specified by the RemotePath property.

MaxDirEntries can be used to control the number of directory listings saved.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 macOS Edition - Version 20.0 [Build 8307]