Click or drag to resize

FtpDirectoryFindFile Method

Finds matching file name in directory.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public FtpFile FindFile(
	string fileName
)
View Source

Parameters

fileName  String
FileName to find in directory.

Return Value

FtpFile
File reference, if found, otherwise null if file is not found.
See Also