WildcardFilterAccept(FTPFile) Method
Matching method accepting an
FTPFile object.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public bool Accept(
FTPFile file
)
Public Function Accept (
file As FTPFile
) As Boolean
public:
bool Accept(
FTPFile^ file
)
member Accept :
file : FTPFile -> bool
- file FTPFile
- File to match
Booleantrue if file is to be included.