Details of files in the directory.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public FTPFile[] FileInfos { get; }
Visual Basic
Public ReadOnly Property FileInfos As FTPFile()
	Get
Visual C++
public:
property array<FTPFile^>^ FileInfos {
	array<FTPFile^>^ get ();
}

See Also