ExFTPConnectionGetFileInfos Method
Returns the working directory's contents as an array of
FTPFile objects.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public override FTPFile[] GetFileInfos()
Public Overrides Function GetFileInfos As FTPFile()
public:
virtual array<FTPFile^>^ GetFileInfos() override
abstract GetFileInfos : unit -> FTPFile[]
override GetFileInfos : unit -> FTPFile[]
Return Value
FTPFileAn array of
FTPFile objects.
This method works for Windows and most Unix FTP servers. Please inform EDT
about unusual formats (
support@enterprisedt.com).