Click or drag to resize

FTPDirectoryListSimple Method

Get contents of a directory with file and folder name only

Namespace:  SIC.File
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public string[] DirectoryListSimple(
	string pDirectory
)

Parameters

pDirectory
Type: SystemString

[Missing <param name="pDirectory"/> documentation for "M:SIC.File.FTP.DirectoryListSimple(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SIC.File.FTP.DirectoryListSimple(System.String)"]

Examples
string[] detailDirectoryListing = ftpClient.DirectoryListSimple("/etc");
See Also