Click or drag to resize

FtpDirectoryFindSubDirectory Method

Finds matching subdirectory name in directory.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public FtpDirectory FindSubDirectory(
	string dirName
)
View Source

Parameters

dirName  String
Subdirectory name to find in directory.

Return Value

FtpDirectory
Subdirectory reference, if found, otherwise null if subdirectory is not found.
See Also