Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

FTP.Server.FileListing

Andrew Lambert edited this page Jul 27, 2017 · 2 revisions

FTP.Server.FileListing

Method Signature

 Protected Function FileListing(Directory As FolderItem, NamesOnly As Boolean = False) As String

Parameters

Name Type Comment
Directory FolderItem The directory to list.
NamesOnly Boolean Optional. Whether or not to list only file names.

Notes

Returns an FTP-style directory listing for the specified directory.

Clone this wiki locally