edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

AbstractRecursiveOperationsLocalDirDetails Method

List this entire local directory and its contents, including children.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public FTPFile[] LocalDirDetails(
	string localDir,
	bool includeSubdirectories
)

Parameters

localDir  String
name of local directory
includeSubdirectories  Boolean
flag indicating whether or not to include subdirectories

Return Value

FTPFile
list of FTPFile objects that contain their children

See Also