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

WildcardFilterAccept(FTPFile) Method

Matching method accepting an FTPFile object.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public bool Accept(
	FTPFile file
)

Parameters

file  FTPFile
File to match

Return Value

Boolean
true if file is to be included.

See Also