edtFTPnet/Express - Class Reference

FTPFileList.FindFileListItem Method (String, Boolean)

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

public FTPFileListItem FindFileListItem(
   string fileName,
   bool ignoreCase
);

Parameters

fileName
Name of item to look for.
ignoreCase
Should case be ignored?

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