edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
List this entire local directory and its contents, including children.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public FTPFile[] LocalDirDetails(
	string localDir,
	bool includeSubdirectories
)
Visual Basic
Public Function LocalDirDetails ( _
	localDir As String, _
	includeSubdirectories As Boolean _
) As FTPFile()
Visual C++
public:
array<FTPFile^>^ LocalDirDetails(
	String^ localDir, 
	bool includeSubdirectories
)

Parameters

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

Return Value

list of FTPFile objects that contain their children

See Also