edtFTPnet/Express - Class Reference

FTPFileList.FindFileListItem Method (String)

Returns the list item with the given name (or null if one doesn't exist).

public FTPFileListItem FindFileListItem(
   string fileName
);

Parameters

fileName
Name of item to look for.

Return Value

The list item with the given name (or null if one doesn't exist).

See Also

FTPFileList Class | EnterpriseDT.Net.Ftp.Forms Namespace | FTPFileList.FindFileListItem Overload List